We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78de8c commit 6494cb8Copy full SHA for 6494cb8
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