]> err.no Git - util-linux/commitdiff
fdisk: remove erroneous <size> argument from -u option in help text
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 14 Jun 2010 18:11:27 +0000 (20:11 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 15 Jun 2010 10:54:25 +0000 (12:54 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
fdisk/fdisk.c

index 8f48a61af13dad4984b4568a159c8e0d4db443b3..26bc19e1ac0f9b7878d94b5df2f7644c9f0b8ab3 100644 (file)
@@ -261,9 +261,9 @@ void fatal(enum failure why) {
 "\nOptions:\n"
 " -b <size>                 sector size (512, 1024, 2048 or 4096)\n"
 " -c                        switch off DOS-compatible mode\n"
-" -h                        print help\n"
-" -u <size>                 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 <number>               specify the number of cylinders\n"
 " -H <number>               specify the number of heads\n"
 " -S <number>               specify the number of sectors per track\n"