lib/onceover/cli.rb in onceover-3.7.0 vs lib/onceover/cli.rb in onceover-3.8.0

- old
+ new

@@ -12,10 +12,10 @@ puts cmd.help exit 0 end flag nil, :trace, 'Display stack traces on application crash' - flag :d, :debug, 'Enable debug loging' + flag :d, :debug, 'Enable debug logging' optional :p, :path, 'Path to the root of the controlrepo' optional nil, :environmentpath, 'Value of environmentpath from puppet.conf' optional nil, :puppetfile, 'Location of the Puppetfile' optional nil, :environment_conf, 'Location of environment.con' optional nil, :facts_dir, 'Directory in which to find factsets'