summary-opts (ntp-4.2.8p14) | : | summary-opts (ntp-4.2.8p15) | ||
---|---|---|---|---|
# EDIT THIS FILE WITH CAUTION (summary-opts) | # EDIT THIS FILE WITH CAUTION (summary-opts) | |||
# | # | |||
# It has been AutoGen-ed March 3, 2020 at 05:42:11 PM by AutoGen 5.18.5 | # It has been AutoGen-ed June 23, 2020 at 02:21:46 AM by AutoGen 5.18.5 | |||
# From the definitions summary-opts.def | # From the definitions summary-opts.def | |||
# and the template file perlopt | # and the template file perlopt | |||
use Getopt::Long qw(GetOptionsFromArray); | use Getopt::Long qw(GetOptionsFromArray); | |||
Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always)); | Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always)); | |||
my $usage; | my $usage; | |||
sub usage { | sub usage { | |||
my ($ret) = @_; | my ($ret) = @_; | |||
skipping to change at line 47 | skipping to change at line 47 | |||
'start-date' => '19700101', | 'start-date' => '19700101', | |||
'help' => '', 'more-help' => '' | 'help' => '', 'more-help' => '' | |||
}; | }; | |||
my $argument = ''; | my $argument = ''; | |||
my $ret = GetOptionsFromArray($args, $opts, ( | my $ret = GetOptionsFromArray($args, $opts, ( | |||
'directory=s', 'end-date=i', 'output-directory=s', | 'directory=s', 'end-date=i', 'output-directory=s', | |||
'peer-dist-limit=f', 'skip-time-steps=f', 'start-date=i', | 'peer-dist-limit=f', 'skip-time-steps=f', 'start-date=i', | |||
'help|?', 'more-help')); | 'help|?', 'more-help')); | |||
$usage = <<'USAGE'; | $usage = <<'USAGE'; | |||
summary - compute various stastics from NTP stat files - Ver. 4.2.8p14 | summary - compute various stastics from NTP stat files - Ver. 4.2.8p15 | |||
USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... | USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... | |||
--directory=str Directory containing stat files | --directory=str Directory containing stat files | |||
--end-date=num End date | --end-date=num End date | |||
--output-directory=str Output directory | --output-directory=str Output directory | |||
--peer-dist-limit=float Peer dist limit | --peer-dist-limit=float Peer dist limit | |||
--skip-time-steps=float Ignore time offsets larger that this | --skip-time-steps=float Ignore time offsets larger that this | |||
--start-date=num Start date | --start-date=num Start date | |||
-?, --help Display usage information and exit | -?, --help Display usage information and exit | |||
--more-help Pass the extended usage text through a pager | --more-help Pass the extended usage text through a pager | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |