Merge branch 'master' of github.com:jthornber/thin-provisioning-tools

This commit is contained in:
Joe Thornber
2016-02-10 14:25:50 +00:00
7 changed files with 29 additions and 19 deletions

View File

@@ -87,17 +87,6 @@ namespace {
} else
return dump_(path, cout, format, flags);
}
void usage(ostream &out, string const &cmd) {
out << "Usage: " << cmd << " [options] {device|file}" << endl
<< "Options:" << endl
<< " {-h|--help}" << endl
<< " {-f|--format} {xml|human_readable}" << endl
<< " {-r|--repair}" << endl
<< " {-m|--metadata-snap} [block#]" << endl
<< " {-o <xml file>}" << endl
<< " {-V|--version}" << endl;
}
}
//----------------------------------------------------------------

View File

@@ -58,9 +58,6 @@ namespace {
return 0;
}
void usage(ostream &out, string const &cmd) {
}
}
//----------------------------------------------------------------