From: Karel Zak Date: Tue, 16 Aug 2011 11:44:31 +0000 (+0200) Subject: partx: use lowercase in usage() X-Git-Tag: v2.20-rc2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b37155e284deb796e6bbd2029c8ab4d568527bd2;p=thirdparty%2Futil-linux.git partx: use lowercase in usage() Signed-off-by: Karel Zak --- diff --git a/partx/partx.c b/partx/partx.c index e438879157..ca1934404d 100644 --- a/partx/partx.c +++ b/partx/partx.c @@ -580,7 +580,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(_("\nUsage:\n"), out); fprintf(out, - _(" %s [-a|-d|-s] [--nr | ] \n"), + _(" %s [-a|-d|-s] [--nr | ] \n"), program_invocation_short_name); fputs(_("\nOptions:\n"), out); @@ -593,9 +593,9 @@ static void __attribute__((__noreturn__)) usage(FILE *out) " -g, --noheadings don't print headings for --show\n" " -P, --pairs use key=\"value\" output format\n" " -r, --raw use raw output format\n" - " -t, --type specify the partition type (dos, bsd, solaris, etc.)\n" - " -n, --nr specify the range of partitions (e.g. --nr 2:4)\n" - " -o, --output define which output columns to use\n" + " -t, --type specify the partition type (dos, bsd, solaris, etc.)\n" + " -n, --nr specify the range of partitions (e.g. --nr 2:4)\n" + " -o, --output define which output columns to use\n" " -h, --help print this help\n"), out); fputs(_("\nAvailable columns (for --show, --raw or --pairs):\n"), out);