diff --git a/dd-ctl b/dd-ctl index 0525f42..3979128 100755 --- a/dd-ctl +++ b/dd-ctl @@ -11,7 +11,7 @@ if [ -z "$OPERATION" ]; then echo " Update repository: ./dd-ctl repo-update [branch-name] (defaults to master)" echo " Bring the current project up: ./dd-ctl all" echo " Build the compose files: ./dd-ctl build" - echo " Build the compose files: ./dd-ctl build-develop" + echo " Build the devel compose files: ./dd-ctl build-devel" echo " Start the project when stopped: ./dd-ctl up" echo " Stop the project when started: ./dd-ctl down" echo " Apply customizations: ./dd-ctl customize"