Browse code

Fix help for --lines

John Hawthorn authored on 11/09/2014 21:14:40
Showing 1 changed files

  • fzy.c index 7ed00bb..d314c72 100644
... ...
@@ -226,7 +226,7 @@ void run(tty_t *tty){
226 226
 
227 227
 static const char *usage_str = ""
228 228
 "USAGE: fzy [OPTION]...\n"
229
-" -l, --lines              Specify how many lines of results to show\n"
229
+" -l, --lines=LINES        Specify how many lines of results to show\n"
230 230
 " -e, --show-matches=QUERY output the sorted matches of QUERY\n"
231 231
 " -s, --show-scores        show the scores of each match\n"
232 232
 " -h, --help     display this help and exit\n"