summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/tgt/files/tgtd.init2
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 ;;
105esac 105esac