diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2023-02-05 04:58:48 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-02 08:20:45 +0200 |
| commit | 532d93e0805bf4ea0ac29db2735c8f70ff8f219e (patch) | |
| tree | f532e76e22a420550177bc44e97f4aa1c44cc752 /Completion/Unix | |
| parent | 54218: _ip: add missing options (diff) | |
| download | zsh-532d93e0805bf4ea0ac29db2735c8f70ff8f219e.tar zsh-532d93e0805bf4ea0ac29db2735c8f70ff8f219e.tar.gz zsh-532d93e0805bf4ea0ac29db2735c8f70ff8f219e.tar.bz2 zsh-532d93e0805bf4ea0ac29db2735c8f70ff8f219e.tar.lz zsh-532d93e0805bf4ea0ac29db2735c8f70ff8f219e.tar.xz zsh-532d93e0805bf4ea0ac29db2735c8f70ff8f219e.tar.zst zsh-532d93e0805bf4ea0ac29db2735c8f70ff8f219e.zip | |
unposted: _mpc: fix typo for -h flag
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Command/_mpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mpc b/Completion/Unix/Command/_mpc index e3383e56d..45b181f55 100644 --- a/Completion/Unix/Command/_mpc +++ b/Completion/Unix/Command/_mpc @@ -380,7 +380,7 @@ local mpccmd="$words[1]" _arguments -C \ '(-q --quiet --no-status -v --verbose)'{-v,--verbose}'[give verbose output]' \ '(-q --quiet --no-status -v --verbose)'{-q,--quiet,--no-status}'[prevent printing song status on completion]' \ - '(-h --host)'{-h,--host=}'[connect to specified host]:_hosts' \ + '(-h --host)'{-h,--host=}'[connect to specified host]: :_hosts' \ '(-p --port)'{-p,--port=}'[connect to server port]:port' \ '(-f --format)'{-f,--format=}'[specify the format of song display]:format string:->formats' \ '(-w --wait)'{-w,--wait}'[wait for operation to finish (e.g. database update)]' \ |
