[cache_check] --super-block-only rather than --superblock-only

Be consistent with help and thin_check
This commit is contained in:
Joe Thornber 2014-01-08 20:05:55 +00:00
parent 2250abe605
commit 81fa131748

View File

@ -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 },