summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/danetool-args.c14
-rw-r--r--src/danetool-args.def4
-rw-r--r--src/danetool-args.h2
3 files changed, 10 insertions, 10 deletions
diff --git a/src/danetool-args.c b/src/danetool-args.c
index d50d47643b..4eca21f96b 100644
--- a/src/danetool-args.c
+++ b/src/danetool-args.c
@@ -2,7 +2,7 @@
*
* DO NOT EDIT THIS FILE (danetool-args.c)
*
- * It has been AutoGen-ed November 1, 2012 at 07:45:47 PM by AutoGen 5.16
+ * It has been AutoGen-ed November 4, 2012 at 05:31:43 PM by AutoGen 5.16
* From the definitions danetool-args.def
* and the template file options
*
@@ -67,7 +67,7 @@ extern FILE * option_usage_fp;
/*
* danetool option static const strings
*/
-static char const danetool_opt_strs[2257] =
+static char const danetool_opt_strs[2260] =
/* 0 */ "danetool @VERSION@\n"
"Copyright (C) 2000-2012 Free Software Foundation, all rights reserved.\n"
"This is free software. It is licensed for use, modification and\n"
@@ -151,9 +151,9 @@ static char const danetool_opt_strs[2257] =
/* 2096 */ "bug-gnutls@gnu.org\0"
/* 2115 */ "\n\n\0"
/* 2118 */ "\n"
- "Tool generate DNS resource records for the DANE protocol.\n\0"
-/* 2178 */ "danetool @VERSION@\0"
-/* 2197 */ "danetool [options]\n"
+ "Tool to generate DNS resource records for the DANE protocol.\n\0"
+/* 2181 */ "danetool @VERSION@\0"
+/* 2200 */ "danetool [options]\n"
"danetool --help for usage instructions.\n";
/*
@@ -625,7 +625,7 @@ static tOptDesc optDesc[OPTION_CT] = {
#define zBugsAddr (danetool_opt_strs+2096)
#define zExplain (danetool_opt_strs+2115)
#define zDetail (danetool_opt_strs+2118)
-#define zFullVersion (danetool_opt_strs+2178)
+#define zFullVersion (danetool_opt_strs+2181)
/* extracted from optcode.tlib near line 350 */
#if defined(ENABLE_NLS)
@@ -639,7 +639,7 @@ static tOptDesc optDesc[OPTION_CT] = {
#define danetool_full_usage (NULL)
-#define danetool_short_usage (danetool_opt_strs+2197)
+#define danetool_short_usage (danetool_opt_strs+2200)
#endif /* not defined __doxygen__ */
diff --git a/src/danetool-args.def b/src/danetool-args.def
index dc29c4fa13..e01dfdd9ee 100644
--- a/src/danetool-args.def
+++ b/src/danetool-args.def
@@ -2,7 +2,7 @@ AutoGen Definitions options;
prog-name = danetool;
prog-title = "GnuTLS DANE tool";
prog-desc = "Generate DANE TLSA RR entries.";
-detail = "Tool generate DNS resource records for the DANE protocol.";
+detail = "Tool to generate DNS resource records for the DANE protocol.";
short-usage = "danetool [options]\ndanetool --help for usage instructions.\n";
explain = "";
@@ -116,7 +116,7 @@ doc-section = {
ds-type = 'SEE ALSO';
ds-format = 'texi';
ds-text = <<-_EOT_
- p11tool (1)
+ certtool (1)
_EOT_;
};
diff --git a/src/danetool-args.h b/src/danetool-args.h
index dfab6bb1d9..139727beda 100644
--- a/src/danetool-args.h
+++ b/src/danetool-args.h
@@ -2,7 +2,7 @@
*
* DO NOT EDIT THIS FILE (danetool-args.h)
*
- * It has been AutoGen-ed November 1, 2012 at 07:45:46 PM by AutoGen 5.16
+ * It has been AutoGen-ed November 4, 2012 at 05:31:43 PM by AutoGen 5.16
* From the definitions danetool-args.def
* and the template file options
*