diff options
Diffstat (limited to 'toys/pending/fsck.c')
-rw-r--r-- | toys/pending/fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |