diff options
| author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 12:03:50 +0200 | 
|---|---|---|
| committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 12:03:50 +0200 | 
| commit | fec4daa64fe2cef85c40e3ff0c20cd2287cfdcab (patch) | |
| tree | 4cd552f2df6c380cbfb76c269f292c4e12f016fe /sboclean | |
| parent | bb5d366f31e8781dd9bfca6d89f7dcac70c22b96 (diff) | |
| download | sbotools2-fec4daa64fe2cef85c40e3ff0c20cd2287cfdcab.tar.xz | |
sboclean: allow the old options to still work
Diffstat (limited to 'sboclean')
| -rwxr-xr-x | sboclean | 10 | 
1 files changed, 5 insertions, 5 deletions
@@ -43,11 +43,11 @@ EOF  my ($help, $vers, $dist, $work, $interactive);  GetOptions( -	'help|h'        => \$help, -	'version|v'     => \$vers, -	'dist|d'        => \$dist, -	'work|w'        => \$work, -	'interactive|i' => \$interactive, +	'help|h'            => \$help, +	'version|v'         => \$vers, +	'dist|clean-dist|d' => \$dist, +	'work|clean-work|w' => \$work, +	'interactive|i'     => \$interactive,  );  if ($help) { show_usage(); exit 0 }  | 
