Fix #10090.
- The checkfs help text is worded such that it would appear to require both a device name and volume name when it actually requires either one or the other.
This commit is contained in:
parent
dda53eae4b
commit
bab0501f32
@ -20,7 +20,7 @@ void
|
||||
usage(FILE* output)
|
||||
{
|
||||
fprintf(output,
|
||||
"Usage: %s <options> <device> <volume name>\n"
|
||||
"Usage: %s <options> <device|volume name>\n"
|
||||
"\n"
|
||||
"Options:\n"
|
||||
" -h, --help - print this help text\n"
|
||||
|
Loading…
Reference in New Issue
Block a user