diff options
| author | dana <dana@dana.is> | 2019-12-02 17:26:55 -0600 |
|---|---|---|
| committer | dana <dana@dana.is> | 2019-12-02 17:26:55 -0600 |
| commit | 0c59705e9e5fc39baabdb93f39743f84f7c9d513 (patch) | |
| tree | c4953162b84448f872dccde41e63fd1bd03fe16f /Completion/Linux | |
| parent | unposted: vcs_info: Add an example of using $functions to find hooks by name. (diff) | |
| download | zsh-0c59705e9e5fc39baabdb93f39743f84f7c9d513.tar zsh-0c59705e9e5fc39baabdb93f39743f84f7c9d513.tar.gz zsh-0c59705e9e5fc39baabdb93f39743f84f7c9d513.tar.bz2 zsh-0c59705e9e5fc39baabdb93f39743f84f7c9d513.tar.lz zsh-0c59705e9e5fc39baabdb93f39743f84f7c9d513.tar.xz zsh-0c59705e9e5fc39baabdb93f39743f84f7c9d513.tar.zst zsh-0c59705e9e5fc39baabdb93f39743f84f7c9d513.zip | |
unposted (cf. 44967): _alsa-utils: Fix minor syntax error in arg spec
Diffstat (limited to 'Completion/Linux')
| -rw-r--r-- | Completion/Linux/Command/_alsa-utils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_alsa-utils b/Completion/Linux/Command/_alsa-utils index 15d8fb444..91bb0b86c 100644 --- a/Completion/Linux/Command/_alsa-utils +++ b/Completion/Linux/Command/_alsa-utils @@ -13,7 +13,7 @@ opts=( '(-L --list-pcms)'{-L,--list-pcms}'[list device names]' '(-D --device)'{-D+,--device=}'[select PCM by name]' '(-q --quiet)'{-q,--quiet}'[quiet mode]' - '(-t --file-type)'{-t+,--file-type+}'[file type (voc, wav, raw or au)]' + '(-t --file-type)'{-t+,--file-type=}'[file type (voc, wav, raw or au)]' '(-c --channels)'{-c+,--channels=}'[channels]' '(-r --rate)'{-r+,--rate=}'[sample rate]' '(-f --format)'{-f+,--format=}'[sample format (case insensitive)]' |
