[PATCH] BZ801927: fix grammar issue in aeolus-image build -h

Petr Blaho pblaho at redhat.com
Tue Mar 13 15:43:16 UTC 2012


On Tuesday, March 13, 2012 04:24:50 PM mzatko at redhat.com wrote:
> From: Maros Zatko <mzatko at redhat.com>
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=801927
> ---
>  lib/aeolus_cli/command/config_parser.rb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/aeolus_cli/command/config_parser.rb b/lib/aeolus_cli/command/config_parser.rb
> index de9689a..3cb4878 100644
> --- a/lib/aeolus_cli/command/config_parser.rb
> +++ b/lib/aeolus_cli/command/config_parser.rb
> @@ -145,7 +145,7 @@ module Aeolus
>            opts.on('-e', '--template FILE', 'path to file that contains template xml') do |file|
>              @options[:template] = file
>            end
> -          opts.on('-z', '--no-validation', 'Do not validation the template against the TDL XML Schema') do |description|
> +          opts.on('-z', '--no-validation', 'Do not validate the template against the TDL XML Schema') do |description|
>              @options[:validation] = false
>            end
>            opts.on('-T', '--target TARGET1,TARGET2', Array, 'provider type (ec2, rackspace, rhevm, etc)') do |name|
> 

Works ;-)
ACK.

-- 

With regards
Petr Blaho



More information about the aeolus-devel mailing list