From 7c8693695ba4ae8264a78b2c7d3831a75974865d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Dunand?= Date: Mon, 3 Jun 2013 10:54:31 +0200 Subject: [PATCH] Fix typo in bash completion --- completion/bash/is | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/bash/is b/completion/bash/is index aa28f64..3c100f2 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' -- GitLab