From fe36e49563fc5ba7d93018435d2ea1d85d54db71 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 7 May 2022 17:39:14 +0200 Subject: [PATCH] Fix cutvid completion --- .config/zsh/completions/_cutvid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/zsh/completions/_cutvid b/.config/zsh/completions/_cutvid index 560086b..80e62a7 100644 --- a/.config/zsh/completions/_cutvid +++ b/.config/zsh/completions/_cutvid @@ -29,14 +29,14 @@ function _cutvid_aencoders() _arguments '-h[short help text]' \ '--help[short help text]' \ - '--from[timestamp]:language:' \ - '--to[timestamp]:language:' \ + '--from[timestamp]:timestamp:' \ + '--to[timestamp]:timestamp:' \ '--vencoder[video encoder]:encoder:_cutvid_vencoders' \ '--aencoder[audio encoder]:encoder:_cutvid_aencoders' \ '--hardcode-subs[hardcode ASS subtitles]' \ '1:input file:_files' \ '2:output file:_files' \ - '*:ffmpeg options:_ffmpeg' + '*:ffmpeg options:' # Local Variables: # mode: shell-script