From d85771f1614bce7a2752a769d65bfea56af51e40 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Thu, 14 Feb 2013 15:40:59 +0100 Subject: [PATCH] just to add ':' into the _argument command line --- plugins/buildbot/_buildbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/buildbot/_buildbot b/plugins/buildbot/_buildbot index 7e628eeb1..90b933614 100644 --- a/plugins/buildbot/_buildbot +++ b/plugins/buildbot/_buildbot @@ -7,7 +7,7 @@ _buildbot() local ret=1 - _arguments -C \ + _arguments -C : \ '(- 1 *)--help[show usage]'\ '(- 1 *)--version[display version]'\ '(- 1 *)--verbose[verbose output]'\