update descriptions

This commit is contained in:
Dimitris Zlatanidis 2015-05-21 03:55:42 +03:00
parent f9455a1c2e
commit baf2b4e81c

View file

@ -18,10 +18,10 @@ complete --command slpkg --short-option r --description 'remove binary packages'
complete --command slpkg --short-option d --description 'display the contents'
complete --command slpkg --long-option --add --description 'additional options for blacklist and queue'
complete --command slpkg --long-option --remove --description 'additional options for blacklist and queue'
complete --command slpkg -a list --description 'options for lists blacklist and queue'
complete --command slpkg -a build --description 'additional options for queue'
complete --command slpkg -a install --description 'additional options for queue'
complete --command slpkg -a build-install --description 'additional options for queue'
complete --command slpkg -a list --description 'option for print list to blacklist and queue'
complete --command slpkg -a build --description 'build packages from queue'
complete --command slpkg -a install --description 'install packages from queue'
complete --command slpkg -a build-install --description 'build and install packages from queue'
complete --command slpkg -a config --description 'configuration file management'
complete --command slpkg -a update --description 'update all package lists'
complete --command slpkg -a upgrade --description 'upgrade all package lists'