author | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年11月22日 23:13:08 +0100 |
---|---|---|
committer | Lorenzo Bettini <bettini@dsi.unifi.it> | 2012年11月22日 23:13:08 +0100 |
commit | 5efd2602f5400c4d4a0a55473e63f150d1871397 (patch) | |
tree | 4eefb16649fd99190707949f90d7d61c568df99e /src/check-regexp_cmd.h | |
parent | 6da74c03a83823cb18679a4fc04a4a1762d1deca (diff) | |
download | src-highlite-5efd2602f5400c4d4a0a55473e63f150d1871397.tar.gz |
-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[]; |