From 3297e87c2ab798696b0fb3d06904dccea076b77a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Apr 2014 08:37:07 -0500 Subject: usage: is lower case (the help generator looks for that, might as well be consistent). --- toys/pending/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/more.c') 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. */ -- cgit v1.2.3