Also improve clarity of some other lines of those texts.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
_(" %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);
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);
" -d display help instead of ring bell\n"
" -f count logical, rather than screen lines\n"
" -l suppress pause after form feed\n"
- " -p suppress scroll, clean screen and display text\n"
- " -c suppress scroll, display text and clean line ends\n"
+ " -p do not scroll, clean screen and display text\n"
+ " -c do not scroll, display text and clean line ends\n"
" -u suppress underlining\n"
" -s squeeze multiple blank lines into one\n"
" -NUM specify the number of lines per screenful\n"