btrfs-progs: fix btrfs scrub start help

a very trivial fix

Signed-off-by: Anand Jain <anand.jain@oracle.com>
This commit is contained in:
Anand Jain 2013-04-08 10:20:20 +08:00 committed by David Sterba
parent 486e7ca4cd
commit 1c41ab9c4a
1 changed files with 2 additions and 2 deletions

View File

@ -1465,7 +1465,7 @@ out:
} }
static const char * const cmd_scrub_start_usage[] = { static const char * const cmd_scrub_start_usage[] = {
"btrfs scrub start Bdqr] [-c ioprio_class -n ioprio_classdata] <path>|<device>\n", "btrfs scrub start [-Bdqr] [-c ioprio_class -n ioprio_classdata] <path>|<device>",
"Start a new scrub", "Start a new scrub",
"", "",
"-B do not background", "-B do not background",
@ -1526,7 +1526,7 @@ out:
} }
static const char * const cmd_scrub_resume_usage[] = { static const char * const cmd_scrub_resume_usage[] = {
"btrfs scrub resume [-Bdqr] [-c ioprio_class -n ioprio_classdata] <path>|<device>\n", "btrfs scrub resume [-Bdqr] [-c ioprio_class -n ioprio_classdata] <path>|<device>",
"Resume previously canceled or interrupted scrub", "Resume previously canceled or interrupted scrub",
"", "",
"-B do not background", "-B do not background",