diff options
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' |