]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl: Fix "usage" message
authorAlexander Barton <alex@barton.de>
Sun, 27 Sep 2015 15:16:32 +0000 (17:16 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Sep 2015 15:16:32 +0000 (17:16 +0200)
bin/axzshctl

index 20ebe115fb4f69b05696a8bfd0ed351dadf7baff..0e310a4244cbb6c16d94a43002f19b330f42d13e 100755 (executable)
@@ -23,7 +23,7 @@ fi
 unset dir ax_common ax_common_sourced
 
 function Usage {
-       echo "$NAME <command> [...]"
+       echo "Usage: $NAME <command> [...]"
        echo
        echo "  enable-plugin <name|directory> [<name|directory> [...]]"
        echo "    Enable plugin(s)."