diff options
Diffstat (limited to 'contrib/ntp/util/ntp-keygen-opts.c')
-rw-r--r-- | contrib/ntp/util/ntp-keygen-opts.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/ntp/util/ntp-keygen-opts.c b/contrib/ntp/util/ntp-keygen-opts.c index 47d03516a713..fb3c78fdff51 100644 --- a/contrib/ntp/util/ntp-keygen-opts.c +++ b/contrib/ntp/util/ntp-keygen-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c) * - * It has been AutoGen-ed May 31, 2023 at 08:03:01 PM by AutoGen 5.18.16 + * It has been AutoGen-ed June 6, 2023 at 04:38:24 AM by AutoGen 5.18.16 * From the definitions ntp-keygen-opts.def * and the template file options * @@ -76,7 +76,7 @@ extern FILE * option_usage_fp; * static const strings for ntp-keygen options */ static char const ntp_keygen_opt_strs[2443] = -/* 0 */ "ntp-keygen (ntp) 4.2.8p16\n" +/* 0 */ "ntp-keygen (ntp) 4.2.8p17\n" "Copyright (C) 1992-2023 The University of Delaware and Network Time Foundation, all rights reserved.\n" "This is free software. It is licensed for use, modification and\n" "redistribution under the terms of the NTP License, copies of which\n" @@ -169,14 +169,14 @@ static char const ntp_keygen_opt_strs[2443] = /* 2223 */ "no-load-opts\0" /* 2236 */ "no\0" /* 2239 */ "NTP_KEYGEN\0" -/* 2250 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.8p16\n" +/* 2250 */ "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.8p17\n" "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n\0" /* 2365 */ "$HOME\0" /* 2371 */ ".\0" /* 2373 */ ".ntprc\0" /* 2380 */ "https://bugs.ntp.org, bugs@ntp.org\0" /* 2415 */ "\n\0" -/* 2417 */ "ntp-keygen (ntp) 4.2.8p16"; +/* 2417 */ "ntp-keygen (ntp) 4.2.8p17"; /** * imbits option description: @@ -1314,7 +1314,7 @@ static void bogus_function(void) { translate option names. */ /* referenced via ntp_keygenOptions.pzCopyright */ - puts(_("ntp-keygen (ntp) 4.2.8p16\n\ + puts(_("ntp-keygen (ntp) 4.2.8p17\n\ Copyright (C) 1992-2023 The University of Delaware and Network Time Foundation, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ @@ -1413,14 +1413,14 @@ implied warranty.\n")); puts(_("load options from a config file")); /* referenced via ntp_keygenOptions.pzUsageTitle */ - puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.8p16\n\ + puts(_("ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.8p17\n\ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n")); /* referenced via ntp_keygenOptions.pzExplain */ puts(_("\n")); /* referenced via ntp_keygenOptions.pzFullVersion */ - puts(_("ntp-keygen (ntp) 4.2.8p16")); + puts(_("ntp-keygen (ntp) 4.2.8p17")); /* referenced via ntp_keygenOptions.pzFullUsage */ puts(_("<<<NOT-FOUND>>>")); |