From 7c41f9364dd4145d8ebe90b48f557cf6a0c4763c Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 27 Mar 2014 14:00:25 -0400 Subject: nova-consoleauth :redundant "status" in help Usage info for initrd script says status twice, cleaning up. Signed-off-by: Amy Fong Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-nova') diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth b/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth index d2c1f29..59c6cee 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth +++ b/meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth @@ -99,7 +99,7 @@ case "$1" in status ;; *) - echo "Usage: /etc/init.d/nova-consoleauth {start|stop|restart|force-reload|status|reload|status}" + echo "Usage: /etc/init.d/nova-consoleauth {start|stop|restart|force-reload|status|reload}" exit 1 ;; esac -- cgit v1.2.3-54-g00ecf