From 40fe88d097701e320e70a35c9f32f5ba5109faf9 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 14 Jun 2010 20:11:27 +0200 Subject: [PATCH] fdisk: remove erroneous argument from -u option in help text Signed-off-by: Benno Schulenberg --- fdisk/fdisk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5