about summary refs log tree commit diff
path: root/Completion/Unix/Command/_mpc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-04-26 04:37:49 +0000
committerClint Adams <clint@users.sourceforge.net>2006-04-26 04:37:49 +0000
commit903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde (patch)
tree89859fa799c8bcfaee64df7b3d4c3d5624f5b7b8 /Completion/Unix/Command/_mpc
parent87b0f1c8592087cc008847ad4db3963a8adbf135 (diff)
downloadzsh-903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde.tar.gz
zsh-903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde.tar.xz
zsh-903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde.zip
22433: add completion for --no-status option.
Diffstat (limited to 'Completion/Unix/Command/_mpc')
-rw-r--r--Completion/Unix/Command/_mpc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mpc b/Completion/Unix/Command/_mpc
index 320ce4b3a..02fde75d2 100644
--- a/Completion/Unix/Command/_mpc
+++ b/Completion/Unix/Command/_mpc
@@ -228,5 +228,6 @@ _mpc_update() {
 }
 
 _arguments \
-  '--format:format string' \
+  '--format[specify the format of song display]:format string' \
+  '--no-status[prevent printing song status on completion]' \
   '*::mpc command:_mpc_command'