From: Benno Schulenberg Date: Wed, 10 Aug 2011 19:04:42 +0000 (+0200) Subject: ul: in usage() not overwriting but overriding is meant X-Git-Tag: v2.20-rc2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055da7c5e49a4278bb3b1e608351bd03af0ed9b1;p=thirdparty%2Futil-linux.git ul: in usage() not overwriting but overriding is meant Also always use lowercase. Signed-off-by: Benno Schulenberg --- diff --git a/text-utils/ul.c b/text-utils/ul.c index 1cbacfc07c..9e08bc1f97 100644 --- a/text-utils/ul.c +++ b/text-utils/ul.c @@ -137,8 +137,8 @@ usage(FILE *out) fprintf(out, _( "\nOptions:\n" - " -t, --terminal TERMINAL overwrite TERM environment variable\n" - " -i, --indicated Underlining is indicated by a separate line\n" + " -t, --terminal TERMINAL override the TERM environment variable\n" + " -i, --indicated underlining is indicated via a separate line\n" " -V, --version output version information and exit\n" " -h, --help display this help and exit\n\n"));