cucumber test for thin_check --super-block-only

This commit is contained in:
Joe Thornber
2013-04-11 13:40:47 +01:00
parent 7d3ab79789
commit 3629e1e2b5
4 changed files with 52 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ namespace {
<< "Options:" << endl
<< " {-q|--quiet}" << endl
<< " {-h|--help}" << endl
<< " {-V|--version}" << endl;
<< " {-V|--version}" << endl
<< " {--super-block-only}" << endl;
}
}
@@ -66,6 +67,7 @@ int main(int argc, char **argv)
{ "quiet", no_argument, NULL, 'q'},
{ "help", no_argument, NULL, 'h'},
{ "version", no_argument, NULL, 'V'},
{ "super-block-only", no_argument, NULL, 0},
{ NULL, no_argument, NULL, 0 }
};