S<[B<-s>|B<--start> I<seconds>]>
S<[B<-e>|B<--end> I<seconds>]>
S<[B<-m>|B<--maxrows> I<rows>]>
-S<[B<--step> I<value>]>
+S<[B<-S>|B<--step> I<value>]>
S<[B<--json>]>
S<[B<-t>|B<--showtime>]>
S<[B<--enumds>]>
describe its purpose in this module. See I<rrdgraph> documentation
for details.
-=item B<--step> I<value> (default automatic)
+=item B<-S>|B<--step> I<value> (default automatic)
See L<rrdgraph> documentation.
{"start", 's', OPTPARSE_REQUIRED},
{"end", 'e', OPTPARSE_REQUIRED},
{"maxrows", 'm', OPTPARSE_REQUIRED},
- {"step", 261, OPTPARSE_REQUIRED},
+ {"step", 'S', OPTPARSE_REQUIRED},
{"enumds", 262, OPTPARSE_NONE},
{"json", 263, OPTPARSE_NONE},
{"showtime", 't', OPTPARSE_NONE},
while ((opt = optparse_long(&options, longopts, NULL)) != -1) {
switch (opt) {
- case 261:
+ case 'S':
im.step = atoi(options.optarg);
break;
case 262: