]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl: Update help text
authorAlexander Barton <alex@barton.de>
Sat, 1 Aug 2015 13:39:51 +0000 (15:39 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 1 Aug 2015 13:39:51 +0000 (15:39 +0200)
bin/axzshctl

index 0891e9091d2ad09811c36ff902d2c181d4645264..e399611ecc35d0995578e5788525fb53b5f12c85 100755 (executable)
@@ -25,14 +25,14 @@ unset dir ax_common ax_common_sourced
 function Usage {
        echo "$NAME <command> [...]"
        echo
-       echo "  enable-plugin <p> [<p> [...]]"
+       echo "  enable-plugin <name|directory> [<name|directory> [...]]"
        echo "    Enable plugin(s)."
        echo
-       echo "  disable-plugin <p> [<p> [...]]"
+       echo "  disable-plugin <name> [<name> [...]]"
        echo "    Disable plugin(s)."
        echo
        echo "  reset-plugins"
-       echo "    Reset active plugins to the default list."
+       echo "    Reset active plugins to the default set."
        echo
        exit 2
 }