aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/cpt-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-download b/src/cpt-download
index f558b86..d2c9aeb 100755
--- a/src/cpt-download
+++ b/src/cpt-download
@@ -6,7 +6,7 @@ if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi
case "$1" in
--help|-h)
out "usage: ${0##*/} [pkg...]"
- exit 1
+ exit 0
;;
--version|-v) version ;;
'') set -- "${PWD##*/}"; export CPT_PATH=${PWD%/*}:$CPT_PATH