diff --git a/share/completions/aura.fish b/share/completions/aura.fish index fdcb0d160..c06a4581a 100644 --- a/share/completions/aura.fish +++ b/share/completions/aura.fish @@ -145,8 +145,8 @@ complete -c aura -n $query -s e -l explicit -d 'List only explicitly installed p complete -c aura -n $query -s k -l check -d 'Check if all files owned by PACKAGE are present' complete -c aura -n $query -s l -l list -d 'List all files owned by PACKAGE' complete -c aura -n $query -s m -l foreign -d 'List all packages not in the database' -complete -c aura -n $query -s o -l owns -r -d 'Search for the package that owns FILE' -xa '' -complete -c aura -n $query -s p -l file -d 'Apply the query to a package file, not package' -xa '' +complete -c aura -n $query -s o -l owns -r -d 'Search for the package that owns FILE' +complete -c aura -n $query -s p -l file -d 'Apply the query to a package file, not package' complete -c aura -n $query -s t -l unrequired -d 'List only unrequired packages' complete -c aura -n $query -s u -l upgrades -d 'List only out-of-date packages' complete -c aura -n "$query; and $argument" -xa $listinstalled -d 'Installed package' diff --git a/share/completions/pacman.fish b/share/completions/pacman.fish index d01367f79..5c659c7a2 100644 --- a/share/completions/pacman.fish +++ b/share/completions/pacman.fish @@ -88,8 +88,8 @@ 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' -xa '' -f -complete -c $progname -n $query -s p -l file -d 'Apply the query to a package file, not package' -xa '' -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 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 complete -c $progname -n "$query" -d 'Installed package' -xa $listinstalled -f diff --git a/share/completions/yaourt.fish b/share/completions/yaourt.fish index 91a2401cd..141623c9b 100644 --- a/share/completions/yaourt.fish +++ b/share/completions/yaourt.fish @@ -114,8 +114,8 @@ 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' -xa '' -f -complete -c $progname -n $query -s p -l file -d 'Apply the query to a package file, not package' -xa '' -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 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 complete -c $progname -n "$query" -d 'Installed package' -xa $listinstalled -f