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/fsck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/fsck.c') diff --git a/toys/pending/fsck.c b/toys/pending/fsck.c index 1e31fe4c..7d3759a6 100644 --- a/toys/pending/fsck.c +++ b/toys/pending/fsck.c @@ -9,7 +9,7 @@ config FSCK bool "fsck" default n help - Usage: fsck [-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]... + usage: fsck [-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]... Check and repair filesystems -- cgit v1.2.3