From 330c856014130b599d85d90e2f943d23ab1efc19 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 23 Feb 2013 20:52:38 -0800 Subject: minor improvements to wording of inline command help --- lib/leap_cli/commands/clean.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/commands/clean.rb') diff --git a/lib/leap_cli/commands/clean.rb b/lib/leap_cli/commands/clean.rb index 8847b7d..a9afff5 100644 --- a/lib/leap_cli/commands/clean.rb +++ b/lib/leap_cli/commands/clean.rb @@ -1,7 +1,7 @@ module LeapCli module Commands - desc 'Removes all files generated with the "compile" command' + desc 'Removes all files generated with the "compile" command.' command :clean do |c| c.action do |global_options,options,args| Dir.glob(path([:hiera, '*'])).each do |file| -- cgit v1.2.3