diff options
Diffstat (limited to 'files/shell-completion/slackpkg.bash')
-rw-r--r-- | files/shell-completion/slackpkg.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/shell-completion/slackpkg.bash b/files/shell-completion/slackpkg.bash index 90abc8e..f1b5ca6 100644 --- a/files/shell-completion/slackpkg.bash +++ b/files/shell-completion/slackpkg.bash @@ -101,7 +101,8 @@ _slackpkg() COMPREPLY+=($(compgen -W 'install reinstall upgrade remove blacklist download update install-new upgrade-all clean-system new-config check-updates help generate-template - install-template remove-template search file-search info' -- \ + install-template remove-template search file-search info + show-changelog' -- \ "$cur")) return ;; |