From 08bb4a53db4b58e5c8911201f0982d5b5975444a Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Wed, 26 Aug 2009 01:18:43 +0200 Subject: Don't advertise a force-stop option to the init script that we don't actually offer. --- ec2-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ec2-init') diff --git a/ec2-init b/ec2-init index 85dd58ed..47cf85cf 100755 --- a/ec2-init +++ b/ec2-init @@ -127,7 +127,7 @@ case "$1" in ;; *) N=/etc/init.d/$NAME - echo "Usage: $N {start|stop|force-stop|restart|force-reload|status}" >&2 + echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 exit 1 ;; esac -- cgit v1.2.3