diff --git a/dd-ctl b/dd-ctl index 14feb73..9f71beb 100755 --- a/dd-ctl +++ b/dd-ctl @@ -7,12 +7,13 @@ OPERATION="$1" if [ -z "$OPERATION" ]; then set +x echo "Missing command." - echo " Example: ./dd.ctl [operation] [branch]" - echo "./dd-ctl prepare" - echo "./dd-ctl build" - echo "./dd-ctl up" - echo "./dd-ctl down" - echo "./dd-ctl customize" + echo " Example: ./dd.ctl [operation]" + echo " Bring the project up: ./dd-ctl all" + echo "Bring the project up without changing submodules: ./dd-ctl all-develop" + echo " Start the project when stopped: ./dd-ctl up" + echo " Stop the project when started: ./dd-ctl down" + echo " Apply customizations: ./dd-ctl customize" + echo " Update SAML certificates: ./dd-ctl saml" exit 1 fi