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:
+1
-1
@@ -20,7 +20,7 @@ void
|
|||||||
usage(FILE* output)
|
usage(FILE* output)
|
||||||
{
|
{
|
||||||
fprintf(output,
|
fprintf(output,
|
||||||
"Usage: %s <options> <device> <volume name>\n"
|
"Usage: %s <options> <device|volume name>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h, --help - print this help text\n"
|
" -h, --help - print this help text\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user