We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1211c8d commit 430701bCopy full SHA for 430701b
1 file changed
services
@@ -11,7 +11,8 @@ if (( $# == 2 )); then
11
dockerCmd="docker-compose"
12
fi
13
14
-if (( $# < 1 )); then echo "Illegal number of parameters"
+if (( $# < 1 )); then
15
+ echo "Illegal number of parameters"
16
echo "usage: services [create|start|stop]"
17
exit 1
18
0 commit comments