From: Alexander Barton Date: Thu, 11 Jun 2020 21:50:17 +0000 (+0200) Subject: axzshctl: Show help on stderr, add "help" alias X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=9967141aed9adef8dadeb7d14908ca9891718871 axzshctl: Show help on stderr, add "help" alias --- diff --git a/bin/axzshctl b/bin/axzshctl index 05062bd..f8716fd 100755 --- a/bin/axzshctl +++ b/bin/axzshctl @@ -437,8 +437,8 @@ case "$cmd" in [[ $# -eq 0 ]] || Usage UpdatePluginCache -v ;; - "--help") - Usage + "--help"|"help") + Usage >&2 ;; *) ax_error "Invalid command \"$cmd\"!"