diff options
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; | 
