aboutsummaryrefslogtreecommitdiff
path: root/sboclean
diff options
context:
space:
mode:
Diffstat (limited to 'sboclean')
-rwxr-xr-xsboclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboclean b/sboclean
index 3769fc9..5d8908c 100755
--- a/sboclean
+++ b/sboclean
@@ -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;