diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-04-26 04:37:49 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-04-26 04:37:49 +0000 |
commit | 903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde (patch) | |
tree | 89859fa799c8bcfaee64df7b3d4c3d5624f5b7b8 /Completion | |
parent | 87b0f1c8592087cc008847ad4db3963a8adbf135 (diff) | |
download | zsh-903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde.tar.gz zsh-903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde.tar.xz zsh-903e3251fc5da81c1c1cd9fa4bd2fa1c39668fde.zip |
22433: add completion for --no-status option.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_mpc | 3 |
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' |