diff options
author | Amy Fong <amy.fong@windriver.com> | 2014-03-25 11:22:58 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-26 09:35:18 -0400 |
commit | 50887a7f96351493139843c64af01819d926735d (patch) | |
tree | d98381f75438564bbe2cac7b5b56f6540662a7c7 /meta-openstack/recipes-support/tgt/files | |
parent | 33585bbfe0185a7be72cd6e60961aebe6aa623c8 (diff) | |
download | meta-cloud-services-50887a7f96351493139843c64af01819d926735d.tar.gz |
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 <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support/tgt/files')
-rw-r--r-- | meta-openstack/recipes-support/tgt/files/tgtd.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
99 | status | 99 | status |
100 | ;; | 100 | ;; |
101 | *) | 101 | *) |
102 | echo "Usage: $0 {start|stop|force-reload|restart}" | 102 | echo "Usage: $0 {start|stop|force-reload|restart|status|reload}" |
103 | exit 1 | 103 | exit 1 |
104 | ;; | 104 | ;; |
105 | esac | 105 | esac |