diff --git a/bin/sde-download b/bin/sde-download index 26e33cd..7bebbc4 100755 --- a/bin/sde-download +++ b/bin/sde-download @@ -805,7 +805,9 @@ case "$1" in -repository) shift ; repository "$@" ;; - -*|"") exec $0 --help ;; + -*|"") . $SDEROOT/lib/sde-help.in + help_command download + exit 1;; *) packages "$@" ;; esac