era_invalidate: update help to reflect --metadata-snapshot

This commit is contained in:
Joe Thornber 2014-08-06 11:15:18 +01:00
parent aa08c8393a
commit a75a2118a0
1 changed files with 5 additions and 4 deletions

View File

@ -178,10 +178,11 @@ namespace {
}
void usage(ostream &out, string const &cmd) {
out << "Usage: " << cmd << " [options] --written-since <era> {device|file}" << endl
<< "Options:" << endl
<< " {-h|--help}" << endl
<< " {-o <xml file>}" << endl
out << "Usage: " << cmd << " [options] --written-since <era> {device|file}\n"
<< "Options:\n"
<< " {-h|--help}\n"
<< " {-o <xml file>}\n"
<< " {--metadata-snapshot}\n"
<< " {-V|--version}" << endl;
}
}