Deleted Added
full compact
summary-opts (293896) summary-opts (294905)
1# EDIT THIS FILE WITH CAUTION (summary-opts)
2#
1# EDIT THIS FILE WITH CAUTION (summary-opts)
2#
3# It has been AutoGen-ed January 7, 2016 at 11:27:14 PM by AutoGen 5.18.5
3# It has been AutoGen-ed January 20, 2016 at 04:10:32 AM by AutoGen 5.18.5
4# From the definitions summary-opts.def
5# and the template file perlopt
6
7use Getopt::Long qw(GetOptionsFromArray);
8Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
9
10my $usage;
11

--- 27 unchanged lines hidden (view full) ---

39 };
40 my $argument = '';
41 my $ret = GetOptionsFromArray($args, $opts, (
42 'directory=s', 'end-date=i', 'output-directory=s',
43 'peer-dist-limit=f', 'skip-time-steps=f', 'start-date=i',
44 'help|?', 'more-help'));
45
46 $usage = <<'USAGE';
4# From the definitions summary-opts.def
5# and the template file perlopt
6
7use Getopt::Long qw(GetOptionsFromArray);
8Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
9
10my $usage;
11

--- 27 unchanged lines hidden (view full) ---

39 };
40 my $argument = '';
41 my $ret = GetOptionsFromArray($args, $opts, (
42 'directory=s', 'end-date=i', 'output-directory=s',
43 'peer-dist-limit=f', 'skip-time-steps=f', 'start-date=i',
44 'help|?', 'more-help'));
45
46 $usage = <<'USAGE';
47summary - compute various stastics from NTP stat files - Ver. 4.2.8p5
47summary - compute various stastics from NTP stat files - Ver. 4.2.8p6
48USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
49
50 --directory=str Directory containing stat files
51 --end-date=num End date
52 --output-directory=str Output directory
53 --peer-dist-limit=float Peer dist limit
54 --skip-time-steps=float Ignore time offsets larger that this
55 --start-date=num Start date

--- 14 unchanged lines hidden ---
48USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
49
50 --directory=str Directory containing stat files
51 --end-date=num End date
52 --output-directory=str Output directory
53 --peer-dist-limit=float Peer dist limit
54 --skip-time-steps=float Ignore time offsets larger that this
55 --start-date=num Start date

--- 14 unchanged lines hidden ---