From: Benno Schulenberg Date: Mon, 14 Jun 2010 18:11:27 +0000 (+0200) Subject: fdisk: remove erroneous argument from -u option in help text X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40fe88d097701e320e70a35c9f32f5ba5109faf9;p=util-linux fdisk: remove erroneous argument from -u option in help text Signed-off-by: Benno Schulenberg --- diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index 8f48a61a..26bc19e1 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -261,9 +261,9 @@ void fatal(enum failure why) { "\nOptions:\n" " -b sector size (512, 1024, 2048 or 4096)\n" " -c switch off DOS-compatible mode\n" -" -h print help\n" -" -u give sizes in sectors instead of cylinders\n" -" -v print version\n" +" -h print this help text\n" +" -u show sizes in sectors instead of cylinders\n" +" -v print program version\n" " -C specify the number of cylinders\n" " -H specify the number of heads\n" " -S specify the number of sectors per track\n"