diff options
author | Karel Zak | 2019-08-06 12:24:33 +0200 |
---|---|---|
committer | Karel Zak | 2019-08-06 12:24:33 +0200 |
commit | cb74ebad253c6aaaf81b8f5fcdee8be71c956dbf (patch) | |
tree | 76cf630ecdb7e1e85817e33b5bd85f95710f6386 | |
parent | dmesg: fix output hex encoding (diff) | |
download | kernel-qcow2-util-linux-cb74ebad253c6aaaf81b8f5fcdee8be71c956dbf.tar.gz kernel-qcow2-util-linux-cb74ebad253c6aaaf81b8f5fcdee8be71c956dbf.tar.xz kernel-qcow2-util-linux-cb74ebad253c6aaaf81b8f5fcdee8be71c956dbf.zip |
libfdisk: refer to partx(8) rather than to kpartx(8)
Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | libfdisk/src/context.c | 2 |
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; } |