]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: add hint about --wipe to warning
authorKarel Zak <kzak@redhat.com>
Tue, 3 Sep 2019 09:53:59 +0000 (11:53 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Sep 2019 09:57:23 +0000 (11:57 +0200)
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1748020
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fdisk.c

index 95eac8feee68658cd533853289d7ff061487d704..b86448061c1b2d46ab52608459e0383ad9173014 100644 (file)
@@ -797,7 +797,8 @@ void follow_wipe_mode(struct fdisk_context *cxt)
        fdisk_enable_wipe(cxt, dowipe);
        if (dowipe)
                fdisk_warnx(cxt, _(
-                       "The old %s signature will be removed by a write command."),
+                       "The old %s signature will be removed by a write command. "
+                       "See fdisk(8) man page and --wipe option for more details."),
                        fdisk_get_collision(cxt));
        else
                fdisk_warnx(cxt, _(