diff options
Diffstat (limited to 'toys/pending/more.c')
-rw-r--r-- | toys/pending/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/more.c b/toys/pending/more.c index 78eb4e9c..9d89626a 100644 --- a/toys/pending/more.c +++ b/toys/pending/more.c @@ -10,7 +10,7 @@ config MORE bool "more" default n help - Usage: more [FILE]... + usage: more [FILE]... View FILE (or stdin) one screenful at a time. */ |