From df6f3fdcf4bf43e46f4abbcc0291c0eb4d841972 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 30 May 2019 19:16:28 +0200 Subject: [PATCH] completions/pacman: Fix `pacman -Qo` (also yaourt) [ci skip] --- share/completions/pacman.fish | 2 +- share/completions/yaourt.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/pacman.fish b/share/completions/pacman.fish index 77cea0d00..fa0b08189 100644 --- a/share/completions/pacman.fish +++ b/share/completions/pacman.fish @@ -88,7 +88,7 @@ complete -c $progname -n $query -s e -l explicit -d 'List only explicitly instal complete -c $progname -n $query -s k -l check -d 'Check if all files owned by PACKAGE are present' -f complete -c $progname -n $query -s l -l list -d 'List all files owned by PACKAGE' -f complete -c $progname -n $query -s m -l foreign -d 'List all packages not in the database' -f -complete -c $progname -n $query -s o -l owns -r -d 'Search for the package that owns FILE' +complete -c $progname -n $query -s o -l owns -rF -d 'Search for the package that owns FILE' complete -c $progname -n $query -s p -l file -d 'Apply the query to a package file, not package' complete -c $progname -n $query -s t -l unrequired -d 'List only unrequired packages' -f complete -c $progname -n $query -s u -l upgrades -d 'List only out-of-date packages' -f diff --git a/share/completions/yaourt.fish b/share/completions/yaourt.fish index e5a186cfb..b76de0e99 100644 --- a/share/completions/yaourt.fish +++ b/share/completions/yaourt.fish @@ -114,7 +114,7 @@ complete -c $progname -n $query -s e -l explicit -d 'List only explicitly instal complete -c $progname -n $query -s k -l check -d 'Check if all files owned by PACKAGE are present' -f complete -c $progname -n $query -s l -l list -d 'List all files owned by PACKAGE' -f complete -c $progname -n $query -s m -l foreign -d 'List all packages not in the database' -f -complete -c $progname -n $query -s o -l owns -r -d 'Search for the package that owns FILE' +complete -c $progname -n $query -s o -l owns -rF -d 'Search for the package that owns FILE' complete -c $progname -n $query -s p -l file -d 'Apply the query to a package file, not package' complete -c $progname -n $query -s t -l unrequired -d 'List only unrequired packages' -f complete -c $progname -n $query -s u -l upgrades -d 'List only out-of-date packages' -f