Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
Loading
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment