Fix common args documentation

This commit is contained in:
Ilkka Laukkanen 2015-03-23 21:13:38 +02:00
parent 215dcdd32e
commit 6d3d38bae1
1 changed files with 4 additions and 4 deletions

View File

@ -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!