From ce16f04efa733a0c4364667c4d9e44488d7c12fc Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 3 Sep 2019 11:53:59 +0200 Subject: [PATCH] fdisk: add hint about --wipe to warning Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1748020 Signed-off-by: Karel Zak --- disk-utils/fdisk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, _( -- 2.47.3