[era_invalidate] Tweak --help message.

This commit is contained in:
Joe Thornber 2017-10-05 12:48:36 +01:00
parent 8a0ee61434
commit 825a58922d
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ era_invalidate_cmd::usage(std::ostream &out) const
<< " {-h|--help}\n"
<< " {-o <xml file>}\n"
<< " {--metadata-snapshot}\n"
<< " {--written-since}\n"
<< " {-V|--version}" << endl;
}