From: Karel Zak Date: Tue, 3 Sep 2019 09:53:59 +0000 (+0200) Subject: fdisk: add hint about --wipe to warning X-Git-Tag: v2.35-rc1~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce16f04efa733a0c4364667c4d9e44488d7c12fc;p=thirdparty%2Futil-linux.git fdisk: add hint about --wipe to warning Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1748020 Signed-off-by: Karel Zak --- diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index 95eac8feee..b86448061c 100644 --- a/disk-utils/fdisk.c +++ b/disk-utils/fdisk.c @@ -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, _(