summaryrefslogtreecommitdiffstats
path: root/misc-utils/whereis.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/whereis.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/whereis.c')
-rw-r--r--misc-utils/whereis.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c
index ae4cc0328..095ca6282 100644
--- a/misc-utils/whereis.c
+++ b/misc-utils/whereis.c
@@ -142,13 +142,13 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
fputs(_("\nOptions:\n"), out);
fputs(_(" -f <file> define search scope\n"
- " -b search only binaries\n"
+ " -b search only for binaries\n"
" -B <dirs> define binaries lookup path\n"
- " -m search only manual paths\n"
+ " -m search only for manuals\n"
" -M <dirs> define man lookup path\n"
- " -s search only sources path\n"
+ " -s search only for sources\n"
" -S <dirs> define sources lookup path\n"
- " -u search from unusual entities\n"
+ " -u search for unusual entries\n"
" -V output version information and exit\n"
" -h display this help and exit\n\n"), out);