From cd4f8f7530ad473ce0ad6b8e68485082b219e317 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 23 Oct 2019 19:37:00 +1000 Subject: Update completion for -F changes Signed-off-by: Allan McRae --- scripts/completion/zsh_completion.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/completion/zsh_completion.in') diff --git a/scripts/completion/zsh_completion.in b/scripts/completion/zsh_completion.in index c114ae02..82868344 100644 --- a/scripts/completion/zsh_completion.in +++ b/scripts/completion/zsh_completion.in @@ -101,8 +101,6 @@ _pacman_opts_database=( _pacman_opts_files=( {-l,--list}'[List the files owned by the queried package]:package:_pacman_completions_all_packages' - {-o,--owns}'[Query the package that owns]:files:_files' - {-s,--search}'[Search package file names for matching strings]:files:_files' {-x,--regex}'[Enable searching using regular expressions]:regex:' {-y,--refresh}'[Download fresh files databases from the server]' '--machinereadable[Produce machine-readable output]' -- cgit v1.2.3-24-g4f1b