From 6d3d38bae17e92a9aa8b70c51347b58868eed1d6 Mon Sep 17 00:00:00 2001 From: Ilkka Laukkanen Date: Mon, 23 Mar 2015 21:13:38 +0200 Subject: [PATCH] Fix common args documentation --- src/_docker-compose | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_docker-compose b/src/_docker-compose index b4d57fb..b333f4d 100644 --- a/src/_docker-compose +++ b/src/_docker-compose @@ -152,10 +152,10 @@ __up() { # common args _arguments \ - '--verbose:Show more output' \ - '--version:Print version and exit' \ - '--file:Specify an alternate compose file:__yml_files_in_current_dir' \ - '--project-name:Specify an alternate project name:()' \ + '--verbose[Show more output]' \ + '--version[Print version and exit]' \ + '--file[Specify an alternate compose file]:__yml_files_in_current_dir' \ + '--project-name[Specify an alternate project name]:args' \ '*:: :->command' # start machines!