Add message for man page to help information.

This commit is contained in:
2024-11-04 16:37:30 +01:00
parent 4d07cdf4d4
commit 93da965805
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -79,6 +79,7 @@ static inline void print_help(void) {
"\thelp, -h, --help Show this help information.\n"
"\tversion, -v, --version Show version information.\n"
<< std::endl;
std::cout << "For more information about subcommands, use 'man menu-helper'." << std::endl;
}
enum cmd_id parse_args(const std::string &cmd);