]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ul: in usage() not overwriting but overriding is meant
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 10 Aug 2011 19:04:42 +0000 (21:04 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Aug 2011 13:49:36 +0000 (15:49 +0200)
Also always use lowercase.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
text-utils/ul.c

index 1cbacfc07c7264c55a3e5cfa07eef61fc7c9d3cc..9e08bc1f97d9535f015aded1abad5714d286e606 100644 (file)
@@ -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"));