From 50887a7f96351493139843c64af01819d926735d Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 25 Mar 2014 11:22:58 -0400 Subject: tgtd init script needs to update its usage info tgtd implements status and reload, need to add this to the usage info Signed-off-by: Amy Fong Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/tgt/files/tgtd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-support/tgt/files') diff --git a/meta-openstack/recipes-support/tgt/files/tgtd.init b/meta-openstack/recipes-support/tgt/files/tgtd.init index ab91190..8c07926 100644 --- a/meta-openstack/recipes-support/tgt/files/tgtd.init +++ b/meta-openstack/recipes-support/tgt/files/tgtd.init @@ -99,7 +99,7 @@ case "$1" in status ;; *) - echo "Usage: $0 {start|stop|force-reload|restart}" + echo "Usage: $0 {start|stop|force-reload|restart|status|reload}" exit 1 ;; esac -- cgit v1.2.3-54-g00ecf