summaryrefslogtreecommitdiff
path: root/src/cmdline.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-06-29 10:28:01 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-06-29 10:28:01 +0200
commit7b1e294e8d6b98c69fb7e7574e2093fbfe5d195f (patch)
tree851f4533334afc8e513e21d0b44ca11f9d45d90c /src/cmdline.h
parent20b6bb141bb38ae1a30f85a483ae79f7d6666300 (diff)
downloadnagios-plugin-curl-7b1e294e8d6b98c69fb7e7574e2093fbfe5d195f.tar.gz
nagios-plugin-curl-7b1e294e8d6b98c69fb7e7574e2093fbfe5d195f.tar.bz2
fixed packaging for Fedora 18
Diffstat (limited to 'src/cmdline.h')
-rw-r--r--src/cmdline.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmdline.h b/src/cmdline.h
index 7277d5f..d1d63cd 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -1,6 +1,6 @@
/** @file cmdline.h
* @brief The header file for the command line option parser
- * generated by GNU Gengetopt version 2.22.5
+ * generated by GNU Gengetopt version 2.22.6
* http://www.gnu.org/software/gengetopt.
* DO NOT modify this file, since it can be overwritten
* @author GNU Gengetopt by Lorenzo Bettini */
@@ -135,6 +135,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[];