summaryrefslogtreecommitdiff
path: root/cmds-check.c
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2016-09-24 21:26:41 -0400
committerDavid Sterba <dsterba@suse.com>2016-10-03 15:07:22 +0200
commit6bdb1cfbc1a3ab1f1fc2eb23daef777c17bd0b1a (patch)
tree946925eebfec5384b823c07080107e43fa2f990a /cmds-check.c
parentaa8ad8d4ae796da9c04ed54bc8b5ee9354e75cfe (diff)
btrfs-progs: fix user-facing typos in docs and help strings
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-check.c')
-rw-r--r--cmds-check.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds-check.c b/cmds-check.c
index 998ba63d..670ccd1f 100644
--- a/cmds-check.c
+++ b/cmds-check.c
@@ -11220,14 +11220,14 @@ const char * const cmd_check_usage[] = {
"--readonly run in read-only mode (default)",
"--init-csum-tree create a new CRC tree",
"--init-extent-tree create a new extent tree",
- "--mode <MODE> select mode, allows to make some memory/IO",
- " trade-offs, where MODE is one of:",
+ "--mode <MODE> allows choice of memory/IO trade-offs",
+ " where MODE is one of:",
" original - read inodes and extents to memory (requires",
" more memory, does less IO)",
" lowmem - try to use less memory but read blocks again",
" when needed",
"--check-data-csum verify checksums of data blocks",
- "-Q|--qgroup-report print a report on qgroup consistency",
+ "-Q|--qgroup-report print a report on qgroup consistency",
"-E|--subvol-extents <subvolid>",
" print subvolume extents and sharing state",
"-r|--tree-root <bytenr> use the given bytenr for the tree root",