Add --dry-run to --help output and add advice to look at manpage.
This commit is contained in:
parent
baf3e207cf
commit
568ac5bd4f
@ -72,7 +72,8 @@ void print_version()
|
||||
|
||||
void print_help(const string_view command)
|
||||
{
|
||||
cerr << "Usage: " << command << " [--version|--help] <profile>\n";
|
||||
cerr << "Usage: " << command << " [--version|--help|--dry-run] <profile>\n"
|
||||
<< "See manpage for details.\n";
|
||||
}
|
||||
|
||||
int run(const string_view profile_name, const bool dry_run)
|
||||
|
Loading…
x
Reference in New Issue
Block a user