summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-02-07 18:17:41 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-02-07 18:17:41 -0800
commitbe504d7b627faab0faa45e4dff4f87259c6bf2ef (patch)
tree758ed84b8606fc1d654631f5804da89e70a4c09c /src
parent699d03a39957a681dc2ea3cf750399e14df6f94b (diff)
Add acceptance test for --help
Also shorten help to fit 80 characters wide terminal.
Diffstat (limited to 'src')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 1ef1550..504e646 100644
--- a/src/options.c
+++ b/src/options.c
@@ -15,7 +15,7 @@ static const char *usage_str =
" -e, --show-matches=QUERY Output the sorted matches of QUERY\n"
" -t, --tty=TTY Specify file to use as TTY device (default /dev/tty)\n"
" -s, --show-scores Show the scores of each match\n"
- " -j, --workers NUM Use NUM workers for searching. (default is number of CPU threads)\n"
+ " -j, --workers NUM Use NUM workers for searching. (default is # of CPUs)\n"
" -h, --help Display this help and exit\n"
" -v, --version Output version information and exit\n";