summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-03-27 14:00:25 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-27 15:10:50 -0400
commit7c41f9364dd4145d8ebe90b48f557cf6a0c4763c (patch)
tree96a989cfce5bab472488ff727386fffeb181ed1a /meta-openstack/recipes-devtools/python/python-nova
parentb1b55c8f53f3c1a94fdf2907dfdbfe19bf379e30 (diff)
downloadmeta-cloud-services-7c41f9364dd4145d8ebe90b48f557cf6a0c4763c.tar.gz
nova-consoleauth :redundant "status" in help
Usage info for initrd script says status twice, cleaning up. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova/nova-consoleauth2
1 files changed, 1 insertions, 1 deletions
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
99 status 99 status
100 ;; 100 ;;
101 *) 101 *)
102 echo "Usage: /etc/init.d/nova-consoleauth {start|stop|restart|force-reload|status|reload|status}" 102 echo "Usage: /etc/init.d/nova-consoleauth {start|stop|restart|force-reload|status|reload}"
103 exit 1 103 exit 1
104 ;; 104 ;;
105esac 105esac