From e50c5a4acb91323bac582a1dea7123b245b73128 Mon Sep 17 00:00:00 2001 From: Ian Walker Date: Sat, 20 Jun 2015 09:01:48 +0900 Subject: [PATCH] Added help message --- plugins/osx/osx.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index aeee54f84..ec7c25590 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -209,6 +209,7 @@ EOF echo "\tnext|previous\tplay next or previous track" echo "\tshuf|shuffle [on|off|toggle]\tSet shuffled playback. Default: toggle. Note: toggle doesn't support the MiniPlayer." echo "\tvol\tSet the volume, takes an argument from 0 to 100" + echo "\tstatus|nowplaying\tShow iTunes status. If playing, shows current artist and track name." echo "\thelp\tshow this message and exit" return 0 ;;