From: Tomas Sedovic Date: Thu, 5 Apr 2012 09:41:12 +0000 (+0200) Subject: typo fix in jeos_create X-Git-Tag: 2014.1~2079 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8483e2219fac031148e7e9f7415043de783bfc5a;p=openstack-build%2Fheat-build.git typo fix in jeos_create --- diff --git a/bin/heat b/bin/heat index 7bda4495..b5e4dc36 100755 --- 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'):