diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-09 00:34:32 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-09 00:34:32 -0500 |
commit | df085e377b4714417f73ee6b69cfdd4b44692e20 (patch) | |
tree | 4e53314b9e57ed0f7842640ffb7c32bdfad7550e /sboclean | |
parent | fb590d4487fc603110077977e6de81ae7b964efe (diff) | |
download | sbotools2-df085e377b4714417f73ee6b69cfdd4b44692e20.tar.xz |
fixed typo in converstion to Getopt::Long - ->
Diffstat (limited to 'sboclean')
-rwxr-xr-x | sboclean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ GetOptions ( 'version|v' => \$vers, 'clean-dist|d' => \$clean_dist, 'clean-work|w' => \$clean_work, - 'interactive|i' => \$interactiv, + 'interactive|i' => \$interactive, ); show_usage && exit 0 if $help; |