]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Typo nova => cinder
authorRongze Zhu <zrzhit@gmail.com>
Fri, 7 Sep 2012 06:25:27 +0000 (14:25 +0800)
committerRongze Zhu <zrzhit@gmail.com>
Fri, 7 Sep 2012 06:25:27 +0000 (14:25 +0800)
Change-Id: I715feee8ca84fb65518e750585f82e942e710ecd

bin/cinder-manage

index 8edcd0e3a1f9af51060ff6bf940d9092ae1a0176..8f4a4c3dcf7d606cb69ecb09470d22843c3ba9a6 100755 (executable)
@@ -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)