diff options
author | xocel <xocel@iquidus.org> | 2012-11-12 17:37:44 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2012-11-12 17:37:44 +1300 |
commit | 167298b834386219c491d70c87af7a2130b09e39 (patch) | |
tree | 13d4a2f8f22091aba1404bc2e544421652e3379e | |
parent | 02240d68e76065b83d9695373e8062c7d4cee820 (diff) | |
download | sbotools2-167298b834386219c491d70c87af7a2130b09e39.tar.xz |
removed non_int short option(-r). only accepts --nointeractive now.
-rwxr-xr-x | sboremove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, ); |