From 8483e2219fac031148e7e9f7415043de783bfc5a Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Thu, 5 Apr 2012 11:41:12 +0200 Subject: [PATCH] typo fix in jeos_create --- bin/heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'): -- 2.45.2