]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
typo fix in jeos_create
authorTomas Sedovic <tomas@sedovic.cz>
Thu, 5 Apr 2012 09:41:12 +0000 (11:41 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Thu, 5 Apr 2012 09:41:12 +0000 (11:41 +0200)
bin/heat

index 7bda4495685be7cabed5c997d3b6bfc92a18140f..b5e4dc36daa9d1793237f430cf2b42d608b7e668 100755 (executable)
--- a/bin/heat
+++ b/bin/heat
@@ -236,7 +236,7 @@ def jeos_create(options, arguments):
 
     if not arch in ['x86_64', 'i686']:
         print 'arch %s not supported' % arch
-        print 'try: x86_64 os i686'
+        print 'try: x86_64 or i686'
         sys.exit(1)
 
     if not instance_type in ('gold', 'cftools'):