Fix apt-show-versions command name

[ci skip]
This commit is contained in:
Fabian Homborg
2019-08-04 15:32:30 +02:00
parent 3fd567749c
commit 3296bb6c3b

View File

@@ -1,5 +1,5 @@
#apt-show-versions
complete -c apt-show-source -s h -l help -d 'Display help and exit'
complete -c apt-show-versions -s h -l help -d 'Display help and exit'
complete -r -c apt-show-versions -s p -l packages -a '(apt-cache pkgnames)' -d 'Print PKG versions'
complete -f -c apt-show-versions -s r -l regex -d 'Using regex'
complete -f -c apt-show-versions -s u -l upgradeable -d 'Print only upgradeable packages'