era_invalidate: update help to reflect --metadata-snapshot
This commit is contained in:
parent
aa08c8393a
commit
a75a2118a0
@ -178,10 +178,11 @@ namespace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void usage(ostream &out, string const &cmd) {
|
void usage(ostream &out, string const &cmd) {
|
||||||
out << "Usage: " << cmd << " [options] --written-since <era> {device|file}" << endl
|
out << "Usage: " << cmd << " [options] --written-since <era> {device|file}\n"
|
||||||
<< "Options:" << endl
|
<< "Options:\n"
|
||||||
<< " {-h|--help}" << endl
|
<< " {-h|--help}\n"
|
||||||
<< " {-o <xml file>}" << endl
|
<< " {-o <xml file>}\n"
|
||||||
|
<< " {--metadata-snapshot}\n"
|
||||||
<< " {-V|--version}" << endl;
|
<< " {-V|--version}" << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user