diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-11-22 00:07:37 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-11-22 00:07:37 +0100 |
| commit | 6aa15f57fd5bee298c8320dab19d167dac3d46ed (patch) | |
| tree | f0559c7140c34ac7aae7772a9b8d9f7debe7f8d9 /Completion/Unix/Command/_vorbis | |
| parent | 52313: Src/exec.c: multios are not interactive and check for write errors. (diff) | |
| download | zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.gz zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.bz2 zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.lz zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.xz zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.zst zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.zip | |
52315: completion options update
Diffstat (limited to 'Completion/Unix/Command/_vorbis')
| -rw-r--r-- | Completion/Unix/Command/_vorbis | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_vorbis b/Completion/Unix/Command/_vorbis index 6c94469f9..fca218a51 100644 --- a/Completion/Unix/Command/_vorbis +++ b/Completion/Unix/Command/_vorbis @@ -32,7 +32,6 @@ case $service in '(-q --quality)'{-q+,--quality=}'[set encoding quality]:quality:(0 1 2 3 4 5 6 7 8 9 10)' \ '--resample=[resample input to the given sample rate before encoding]:sample rate (Hz)' \ '--downmix[down mix input from stereo to mono]' \ - '--scale=[set input scaling factor]:scaling factor' \ '(-s --serial)'{-s+,--serial=}'[force a specific serial number in the output stream]:serial number' \ "--discard-comments[don't copy comments from FLAC file to output Ogg Vorbis file]" \ '--ignorelength[ignore the datalength in Wave headers]' \ @@ -74,10 +73,6 @@ case $service in '(-q --quiet -v --verbose)'{--quiet,-q}'[quiet mode]' \ '(-q --quiet)*'{-v,--verbose}'[increase verbosity]' \ '(- *)'{-V,--version}'[display version information]' \ - \*{-c-,--config=-}'[specify config options]: :_values option - "default_device\:device" - "shuffle\:value\:(0 1)" - "repeat\:value\:(0 1)"' \ '*:sound file or directory:->urls-or-files' && ret=0 ;; ogginfo) |
