diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-04-03 22:32:27 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-04-03 22:32:27 -0300 |
commit | 70f5afd5d2cefaea0796288de3a94d2a5cad26df (patch) | |
tree | 1f6bcdb9bf0800d980620e94579c2eee9ae40fe0 /diff-unfree | |
parent | ccc61420fca233f9a0c7f850f936b4cf9ec4ebe2 (diff) |
fix: exit on --help
Diffstat (limited to 'diff-unfree')
-rwxr-xr-x | diff-unfree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diff-unfree b/diff-unfree index 0086db9..5d991f3 100755 --- a/diff-unfree +++ b/diff-unfree @@ -28,6 +28,7 @@ custom_config=$XDG_CONFIG_HOME/libretools/libretools.conf (Unfree) ABS. Package name and repo will we guessed if you don't specify them." msg2 "Usage: $0 [unfree-package] [repo]" + exit 0 } [[ ! -r PKGBUILD ]] && { |