]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl: Fix syntax of "set-theme" in help output
authorAlexander Barton <alex@barton.de>
Fri, 30 Apr 2021 10:58:35 +0000 (12:58 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 30 Apr 2021 10:58:35 +0000 (12:58 +0200)
bin/axzshctl

index 5b3f4bd2d3704d06cddebc7a3ef9ac490204a0c2..7d85c4d01dd93c5eff3b3b7da408cfdc6f82a1ba 100755 (executable)
@@ -55,7 +55,7 @@ function Usage {
        echo "  check-plugins"
        echo "    Detect plugins which are \"useful\" on this system."
        echo
-       echo "  set-theme <name>|-"
+       echo "  set-theme {<name>|-}"
        echo "    Set active theme to <name>, or to the default."
        echo
        echo "  upgrade"