We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52185f7 commit 65b9d79Copy full SHA for 65b9d79
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