diff --git a/completion/bash/is b/completion/bash/is index aa28f649c82a31fb453223d6753e73f42ec9bd0f..3c100f25a3672e90550c0fb6b575c99d60ddf82c 100644 --- a/completion/bash/is +++ b/completion/bash/is @@ -54,7 +54,7 @@ _is() { cmds=('add' 'build' 'cat' 'changelog' 'check' 'chroot' 'clean' 'copy' 'del' 'extract' 'get' 'help' 'info' 'init' 'install' 'list' 'motd' 'move' 'new' 'repo' 'search' 'version' 'diff' 'payload' 'prepare_chroot' - 'unprepare_chroot', 'upgrade_db') + 'unprepare_chroot' 'upgrade_db') opts=('-h' '--help' '-V' '--version' '-v' '--verbosity'