mirror of https://github.com/docker/compose.git
change dsb to dab
Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
This commit is contained in:
parent
21d114b879
commit
6e3d82eea6
|
@ -207,7 +207,7 @@ __docker-compose_subcommand() {
|
|||
(bundle)
|
||||
_arguments \
|
||||
$opts_help \
|
||||
'(--output -o)'{--output,-o}'[Path to write the bundle file to. Defaults to "<project name>.dsb".]:file:_files' && ret=0
|
||||
'(--output -o)'{--output,-o}'[Path to write the bundle file to. Defaults to "<project name>.dab".]:file:_files' && ret=0
|
||||
;;
|
||||
(config)
|
||||
_arguments \
|
||||
|
|
Loading…
Reference in New Issue