- 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:
Rene Gollent 2013-10-13 09:10:26 -04:00
parent dda53eae4b
commit bab0501f32

View File

@ -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"