diff --git a/cmds-scrub.c b/cmds-scrub.c index d4acfd22..731c5c94 100644 --- a/cmds-scrub.c +++ b/cmds-scrub.c @@ -1533,10 +1533,10 @@ static const char * const cmd_scrub_start_usage[] = { "-d stats per device (-B only)", "-q be quiet", "-r read only mode", - "-R raw print mode, print full data instead of summary" + "-R raw print mode, print full data instead of summary", "-c set ioprio class (see ionice(1) manpage)", "-n set ioprio classdata (see ionice(1) manpage)", - "-f force starting new scrub even if a scrub is already running.", + "-f force starting new scrub even if a scrub is already running", " this is useful when scrub stats record file is damaged", NULL }; @@ -1605,6 +1605,7 @@ static const char * const cmd_scrub_resume_usage[] = { "-d stats per device (-B only)", "-q be quiet", "-r read only mode", + "-R raw print mode, print full data instead of summary", "-c set ioprio class (see ionice(1) manpage)", "-n set ioprio classdata (see ionice(1) manpage)", NULL