mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
parent
77be5b05c6
commit
cd2b1b99e8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ set rpm_select -c rpm -n "__fish_contains_opt -s q -s V query verify"
|
|||
|
||||
complete $rpm_select -a "(__fish_print_packages)"
|
||||
complete $rpm_select -s a -l all -d 'Query all installed packages'
|
||||
complete $rpm_select -s f -l file -d 'Query package owning specified file' -r
|
||||
complete $rpm_select -s f -l file -d 'Query package owning specified file' -rF
|
||||
complete $rpm_select -l fileid -d 'Query package that contains a given file identifier, i.e. the MD5 digest of the file contents' -x
|
||||
complete $rpm_select -s g -l group -d 'Query packages with the specified group' -x
|
||||
complete $rpm_select -l hdrid -d 'Query package that contains a given header identifier, i.e. the SHA1 digest of the immutable header region' -x
|
||||
|
|
Loading…
Reference in a new issue