lib/r10k/cli/deploy.rb in r10k-1.1.2 vs lib/r10k/cli/deploy.rb in r10k-1.1.3

- old
+ new

@@ -32,11 +32,11 @@ module Environment def self.command @cmd ||= Cri::Command.define do name 'environment' usage 'environment <options> <environment> <...>' - summary 'deploy environments and their dependent modules' + summary 'Deploy environments and their dependent modules' description <<-DESCRIPTION `r10k deploy environment` creates and updates Puppet environments based on Git branches. @@ -76,10 +76,10 @@ module Module def self.command @cmd ||= Cri::Command.define do name 'module' usage 'module [module] <module ...>' - summary 'deploy modules in all environments' + summary 'Deploy modules in all environments' description <<-DESCRIPTION `r10k deploy module` Deploys and updates modules inside of Puppet environments. It will load the Puppetfile configurations out of all environments, and will try to deploy the given module names in all environments.