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/last.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/last.c') diff --git a/toys/pending/last.c b/toys/pending/last.c index e2e11f8f..80d1935a 100644 --- a/toys/pending/last.c +++ b/toys/pending/last.c @@ -11,7 +11,7 @@ config LAST bool "last" default n help - Usage: last [-W] [-f FILE] + usage: last [-W] [-f FILE] Show listing of last logged in users. -- cgit v1.2.3