Skip to content

Commit b0cc6b9

Browse files
committed
Merge pull request #1441 from deis/1440-fix-cli-default-cluster
fix(client): restore `--cluster=dev` as apps:create default
2 parents 57c08ec + cb07b96 commit b0cc6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def apps_create(self, args):
415415
416416
Options:
417417
--cluster=<cluster>
418-
target cluster to host application (default: dev).
418+
target cluster to host application [default: dev].
419419
--no-remote
420420
do not create a `deis` git remote.
421421
"""

0 commit comments

Comments
 (0)