aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove8
1 files changed, 4 insertions, 4 deletions
diff --git a/sboremove b/sboremove
index 0317ba1..c94b3ee 100755
--- a/sboremove
+++ b/sboremove
@@ -40,10 +40,10 @@ EOF
my ($help, $vers, $non_int, $alwaysask, @excluded);
GetOptions(
- 'help|h' => \$help,
- 'version|v' => \$vers,
- 'nointeractive' => \$non_int,
- 'alwaysask|a' => \$alwaysask,
+ 'help|h' => \$help,
+ 'version|v' => \$vers,
+ 'nointeractive' => \$non_int,
+ 'alwaysask|a' => \$alwaysask,
);
if ($help) { show_usage(); exit 0 }