]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: refer to partx(8) rather than to kpartx(8)
authorKarel Zak <kzak@redhat.com>
Tue, 6 Aug 2019 10:24:33 +0000 (12:24 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 6 Aug 2019 10:24:33 +0000 (12:24 +0200)
Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/context.c

index bc284f34e2af21b31efd3e3c474473a536355822..f97f0a6127f2543d2a20b0222d182a3fd1e891c2 100644 (file)
@@ -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;
        }