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:
parent
486e7ca4cd
commit
1c41ab9c4a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue