We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db53c4 commit 226fc41Copy full SHA for 226fc41
1 file changed
services
@@ -27,7 +27,8 @@ if (( $# == 2 )); then
27
dockerCmd="docker-compose"
28
fi
29
30
-if (( $# < 1 )); then echo "Illegal number of parameters"
+if (( $# < 1 )); then
31
+ echo "Illegal number of parameters"
32
echo "usage: services [start|stop|create]"
33
exit 1
34
0 commit comments