From baa3c258242d5a2765ae30fb30a4f41310782678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Dunand?= Date: Fri, 22 Jun 2012 11:14:06 +0200 Subject: [PATCH] Fix slight typo in zsh completion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Luttringer --- completion/zsh/_installsystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/zsh/_installsystems b/completion/zsh/_installsystems index 6615865..8988912 100644 --- a/completion/zsh/_installsystems +++ b/completion/zsh/_installsystems @@ -240,7 +240,7 @@ _is() { ;; (install) args+=( - "--dry-run:[doesn't execute setup scripts]" + "--dry-run[doesn't execute setup scripts]" '1:image:_installsystems_images' '2:target:_files -/' ) -- GitLab