From cb74ebad253c6aaaf81b8f5fcdee8be71c956dbf Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 6 Aug 2019 12:24:33 +0200 Subject: libfdisk: refer to partx(8) rather than to kpartx(8) Reported-by: Petr Pisar Signed-off-by: Karel Zak --- libfdisk/src/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfdisk/src/context.c b/libfdisk/src/context.c index bc284f34e..f97f0a612 100644 --- a/libfdisk/src/context.c +++ b/libfdisk/src/context.c @@ -839,7 +839,7 @@ int fdisk_reread_partition_table(struct fdisk_context *cxt) fdisk_info(cxt, _( "The kernel still uses the old table. The " "new table will be used at the next reboot " - "or after you run partprobe(8) or kpartx(8).")); + "or after you run partprobe(8) or partx(8).")); return -errno; } -- cgit v1.2.3-55-g7522