commit 4326e1ce8b1c512d25a995b1ef6ca8b4253c7ac5 parent 69d8324ccee3aa269ea120edee5788f3f986d4fd Author: Alex Balgavy <a.balgavy@gmail.com> Date: Sun, 17 Feb 2019 14:32:20 +0100 Update play script help command Former-commit-id: c94c9781fbb9212a5424d1400e7886eabedc02b7 Diffstat:
M | scripts/play | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/scripts/play b/scripts/play @@ -118,14 +118,14 @@ while :; do ;; "q"|"quit") clean_up;; - "help") + "help"|"h"|"?") echo "Commands:" - echo "cd: change to artist/album directory" - echo "pwd: print current directory" - echo "ls: list contents of current directory" - echo "play all: play everything in current directory" - echo "play [file]: play specific track" - echo "play [all|file] [something]: disable visualiser/art" + echo "cd change to artist/album directory" + echo "pwd print current directory" + echo "ls list contents of current directory" + echo "play all play everything in current directory" + echo "play [file] play specific track" + echo "play [all|file] [something] disable visualiser/art" ;; *) echo "Command does not exist."