diff --git a/src/main.cpp b/src/main.cpp index d073b1f..b870eeb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,8 @@ void print_version() void print_help(const string_view command) { - cerr << "Usage: " << command << " [--version|--help] \n"; + cerr << "Usage: " << command << " [--version|--help|--dry-run] \n" + << "See manpage for details.\n"; } int run(const string_view profile_name, const bool dry_run)