plot_summary-opts (ntp-4.2.8p14) | : | plot_summary-opts (ntp-4.2.8p15) | ||
---|---|---|---|---|
# EDIT THIS FILE WITH CAUTION (plot_summary-opts) | # EDIT THIS FILE WITH CAUTION (plot_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 plot_summary-opts.def | # From the definitions plot_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 49 | skipping to change at line 49 | |||
'help' => '', 'more-help' => '' | 'help' => '', 'more-help' => '' | |||
}; | }; | |||
my $argument = ''; | my $argument = ''; | |||
my $ret = GetOptionsFromArray($args, $opts, ( | my $ret = GetOptionsFromArray($args, $opts, ( | |||
'directory=s', 'identifier=s', 'offset-limit=f', | 'directory=s', 'identifier=s', 'offset-limit=f', | |||
'peer=s', 'plot-term=s', 'output-file=s', | 'peer=s', 'plot-term=s', 'output-file=s', | |||
'dont-wait', | 'dont-wait', | |||
'help|?', 'more-help')); | 'help|?', 'more-help')); | |||
$usage = <<'USAGE'; | $usage = <<'USAGE'; | |||
plot_summary - plot statistics generated by summary script - Ver. 4.2.8p14 | plot_summary - plot statistics generated by summary script - Ver. 4.2.8p15 | |||
USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... | USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... | |||
--directory=str Where the summary files are | --directory=str Where the summary files are | |||
--identifier=str Origin of the data | --identifier=str Origin of the data | |||
--offset-limit=float Limit of absolute offset | --offset-limit=float Limit of absolute offset | |||
--peer=str Peers to generate plots for | --peer=str Peers to generate plots for | |||
- may appear multiple times | - may appear multiple times | |||
--plot-term=str Gnuplot terminal | --plot-term=str Gnuplot terminal | |||
--output-file=str Output file | --output-file=str Output file | |||
--dont-wait Don't wait for keystroke between plots | --dont-wait Don't wait for keystroke between plots | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |