- Timestamp:
- Jan 4, 2018, 2:25:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r375 r376 3032 3032 my $graph_modulo = 0; 3033 3033 my $graph_shift = 1; 3034 my $way = 'all'; 3034 3035 3035 3036 GetOptions( … … 3037 3038 'modulo|m=i' => \$graph_modulo, 3038 3039 'shift|s=i' => \$graph_shift, 3040 'way|w=s' => \$way, 3039 3041 ); 3040 3042 … … 3046 3048 $format = 'txt' if not defined $possible_format{$format}; 3047 3049 3048 $possible_format{$format}->(modulo => $graph_modulo, shift => $graph_shift, @ARGV);3050 $possible_format{$format}->(modulo => $graph_modulo, shift => $graph_shift, way => $way, @ARGV); 3049 3051 return; 3050 3052 }
Note: See TracChangeset
for help on using the changeset viewer.