summaryrefslogtreecommitdiffstats
path: root/text-utils/ul.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-10 21:04:42 +0200
committerKarel Zak2011-08-15 15:49:36 +0200
commit055da7c5e49a4278bb3b1e608351bd03af0ed9b1 (patch)
treed7f1938ad790c445f18a9afe019d2aee36496e7d /text-utils/ul.c
parentsfdisk: remove inconsistent and wasteful newlines in the _() calls (diff)
downloadkernel-qcow2-util-linux-055da7c5e49a4278bb3b1e608351bd03af0ed9b1.tar.gz
kernel-qcow2-util-linux-055da7c5e49a4278bb3b1e608351bd03af0ed9b1.tar.xz
kernel-qcow2-util-linux-055da7c5e49a4278bb3b1e608351bd03af0ed9b1.zip
ul: in usage() not overwriting but overriding is meant
Also always use lowercase. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils/ul.c')
-rw-r--r--text-utils/ul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/ul.c b/text-utils/ul.c
index 1cbacfc07..9e08bc1f9 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"));