aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/fsck.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-02-22 19:37:24 -0800
committerRob Landley <rob@landley.net>2019-02-23 08:27:32 -0600
commit42af2e52e771dd7bf8be6fd1119520d492bb4b3f (patch)
tree313385b3e7ac5f05f698d007162242ecc27c1927 /toys/pending/fsck.c
parentaa5ddae1bae1b0cfdef15c3c1cd20b4cee97c182 (diff)
downloadtoybox-42af2e52e771dd7bf8be6fd1119520d492bb4b3f.tar.gz
Bumper typo cleanup.
Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo.
Diffstat (limited to 'toys/pending/fsck.c')
-rw-r--r--toys/pending/fsck.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toys/pending/fsck.c b/toys/pending/fsck.c
index ac00bff7..ea7c59cd 100644
--- a/toys/pending/fsck.c
+++ b/toys/pending/fsck.c
@@ -9,8 +9,8 @@ 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
-A Walk /etc/fstab and check all filesystems
@@ -19,7 +19,7 @@ config FSCK
-R With -A, skip the root filesystem
-T Don't show title on startup
-V Verbose
- -C n Write status information to specified filedescriptor
+ -C n Write status information to specified file descriptor
-t TYPE List of filesystem types to check
*/