summaryrefslogtreecommitdiffstats
path: root/misc-utils/look.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-02-06 16:01:48 +0100
committerKarel Zak2013-01-25 11:47:26 +0100
commit095345d07d847436aa1cc2c3efd679603e0bc1fb (patch)
treeda507f4a9532704a7cd7fa175c9927ff6db3b6b0 /misc-utils/look.c
parenttests: sort commands strings (diff)
downloadkernel-qcow2-util-linux-095345d07d847436aa1cc2c3efd679603e0bc1fb.tar.gz
kernel-qcow2-util-linux-095345d07d847436aa1cc2c3efd679603e0bc1fb.tar.xz
kernel-qcow2-util-linux-095345d07d847436aa1cc2c3efd679603e0bc1fb.zip
textual: fix a few typos in some of the usage help texts
Also improve clarity of some other lines of those texts. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/look.c')
-rw-r--r--misc-utils/look.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc-utils/look.c b/misc-utils/look.c
index 351d0072a..7bbec1b20 100644
--- a/misc-utils/look.c
+++ b/misc-utils/look.c
@@ -370,9 +370,9 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
_(" %s [options] string [file]\n"), program_invocation_short_name);
fputs(_("\nOptions:\n"), out);
- fputs(_(" -a, --alternative use alternate dictionary\n"
- " -d, --alphanum compare only alpha numeric characters\n"
- " -f, --ignore-case ignore when comparing\n"
+ fputs(_(" -a, --alternative use alternative dictionary\n"
+ " -d, --alphanum compare only alphanumeric characters\n"
+ " -f, --ignore-case ignore case differences when comparing\n"
" -t, --terminate <char> define string termination character\n"
" -V, --version output version information and exit\n"
" -h, --help display this help and exit\n\n"), out);