diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Command/_mpc | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 165a84199..4af88b551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-26 Clint Adams <clint@zsh.org> + + * 22433, R. Ramkumar: Completion/Unix/Command/_mpc: + add completion for --no-status option. + 2006-04-25 Peter Stephenson <pws@csr.com> * 22432: Src/pattern.c: bug with backtracking over repeated 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' |