Commit 7c869369 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Fix typo in bash completion

parent df408617
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'