lib/nanoc/cli/commands/deploy.rb in nanoc-3.3.6 vs lib/nanoc/cli/commands/deploy.rb in nanoc-3.3.7

- old
+ new

@@ -14,10 +14,10 @@ Available deployers: #{deployer_names.join(', ')} EOS option :t, :target, 'specify the location to deploy to', :argument => :required -flag :l, :list, 'list available locations to deploy to' +flag :L, :list, 'list available locations to deploy to' option :n, :'dry-run', 'show what would be deployed' module Nanoc::CLI::Commands class Deploy < ::Nanoc::CLI::CommandRunner