comparison toys/pending/more.c @ 1265:0ecfaa7022e8 draft

usage: is lower case (the help generator looks for that, might as well be consistent).
author Rob Landley <rob@landley.net>
date Wed, 23 Apr 2014 08:37:07 -0500
parents 972d4fc0c8a2
children e1dd7fb3920c
comparison
equal deleted inserted replaced
1264:4ac301cfb047 1265:0ecfaa7022e8
8 8
9 config MORE 9 config MORE
10 bool "more" 10 bool "more"
11 default n 11 default n
12 help 12 help
13 Usage: more [FILE]... 13 usage: more [FILE]...
14 14
15 View FILE (or stdin) one screenful at a time. 15 View FILE (or stdin) one screenful at a time.
16 */ 16 */
17 17
18 #define FOR_more 18 #define FOR_more