-rw-r--r-- | src/check-regexp_cmd.h | 2 |
diff --git a/src/check-regexp_cmd.h b/src/check-regexp_cmd.h index be0e2b1..b865cf7 100644 --- a/src/check-regexp_cmd.h +++ b/src/check-regexp_cmd.h @@ -61,6 +61,8 @@ struct cmdline_parser_params extern const char *gengetopt_args_info_purpose; /** @brief the usage string of the program */ extern const char *gengetopt_args_info_usage; +/** @brief the description string of the program */ +extern const char *gengetopt_args_info_description; /** @brief all the lines making the help output */ extern const char *gengetopt_args_info_help[]; |