From df5dee4e0b78254c5b0c589bcbd4d9625f7aee2b Mon Sep 17 00:00:00 2001 From: Ian Main Date: Fri, 20 Apr 2012 11:07:36 -0700 Subject: [PATCH] Fix a typo in the command line help. Signed-off-by: Ian Main --- bin/heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/heat b/bin/heat index 3c5affc8..edbe9051 100755 --- a/bin/heat +++ b/bin/heat @@ -236,7 +236,7 @@ def stack_delete(options, arguments): @catch_error('describe') def stack_describe(options, arguments): ''' - Describtes an existing stack. + Describes an existing stack. Usage: heat describe ''' -- 2.45.2