summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libfdisk/src/context.c2
1 files changed, 1 insertions, 1 deletions
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;
}