From: Alexander Barton Date: Sun, 27 Sep 2015 15:16:32 +0000 (+0200) Subject: axzshctl: Fix "usage" message X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=6758018d60e92c60d7a8d52121e8b35ac5c1b4ba axzshctl: Fix "usage" message --- diff --git a/bin/axzshctl b/bin/axzshctl index 20ebe11..0e310a4 100755 --- a/bin/axzshctl +++ b/bin/axzshctl @@ -23,7 +23,7 @@ fi unset dir ax_common ax_common_sourced function Usage { - echo "$NAME [...]" + echo "Usage: $NAME [...]" echo echo " enable-plugin [ [...]]" echo " Enable plugin(s)."