aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxocel <xocel@iquidus.org>2012-11-12 17:37:44 +1300
committerxocel <xocel@iquidus.org>2012-11-12 17:37:44 +1300
commit167298b834386219c491d70c87af7a2130b09e39 (patch)
tree13d4a2f8f22091aba1404bc2e544421652e3379e
parent02240d68e76065b83d9695373e8062c7d4cee820 (diff)
downloadsbotools2-167298b834386219c491d70c87af7a2130b09e39.tar.xz
removed non_int short option(-r). only accepts --nointeractive now.
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index d123e66..4b34838 100755
--- a/sboremove
+++ b/sboremove
@@ -42,7 +42,7 @@ GetOptions (
'help|h' => \$help,
'version|v' => \$vers,
'norequirements|R' => \$no_reqs,
- 'nointeractive|r' => \$non_int,
+ 'nointeractive' => \$non_int,
'alwaysask|a' => \$alwaysask,
);