[cache_check] --super-block-only rather than --superblock-only
Be consistent with help and thin_check
This commit is contained in:
parent
2250abe605
commit
81fa131748
@ -329,7 +329,7 @@ int main(int argc, char **argv)
|
||||
const char shortopts[] = "qhV";
|
||||
const struct option longopts[] = {
|
||||
{ "quiet", no_argument, NULL, 'q' },
|
||||
{ "superblock-only", no_argument, NULL, 1 },
|
||||
{ "super-block-only", no_argument, NULL, 1 },
|
||||
{ "skip-mappings", no_argument, NULL, 2 },
|
||||
{ "skip-hints", no_argument, NULL, 3 },
|
||||
{ "skip-discards", no_argument, NULL, 4 },
|
||||
|
Loading…
Reference in New Issue
Block a user