From 3e9b64c09ee631b355e8131930f8e9c35c061029 Mon Sep 17 00:00:00 2001 From: Rongze Zhu Date: Fri, 7 Sep 2012 14:25:27 +0800 Subject: [PATCH] Typo nova => cinder Change-Id: I715feee8ca84fb65518e750585f82e942e710ecd --- bin/cinder-manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cinder-manage b/bin/cinder-manage index 8edcd0e3a..8f4a4c3dc 100755 --- a/bin/cinder-manage +++ b/bin/cinder-manage @@ -675,7 +675,7 @@ def main(): except Exception: print _('sudo failed, continuing as if nothing happened') - print _('Please re-run nova-manage as root.') + print _('Please re-run cinder-manage as root.') sys.exit(2) script_name = argv.pop(0) -- 2.45.2