summaryrefslogtreecommitdiff
path: root/ec2-init
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-26 01:18:43 +0200
committerSoren Hansen <soren@canonical.com>2009-08-26 01:18:43 +0200
commit08bb4a53db4b58e5c8911201f0982d5b5975444a (patch)
tree09fabf874b6725160bc466d7fb554ae02da4e091 /ec2-init
parent5dfb04f0d8628cee0eb1f8f72636417f81282c3f (diff)
downloadvyos-cloud-init-08bb4a53db4b58e5c8911201f0982d5b5975444a.tar.gz
vyos-cloud-init-08bb4a53db4b58e5c8911201f0982d5b5975444a.zip
Don't advertise a force-stop option to the init script that we don't actually offer.
Diffstat (limited to 'ec2-init')
-rwxr-xr-xec2-init2
1 files changed, 1 insertions, 1 deletions
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