print a message if neither start nor stop is specified

This commit is contained in:
Brian Wellington 2000-06-07 00:22:30 +00:00
parent 74da616f07
commit 4e028a06a7

View file

@ -92,4 +92,8 @@ case "$1" in
esac
done
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac