bin/runpuppet in runpuppet-1.0.0.rc6 vs bin/runpuppet in runpuppet-1.0.0

- old
+ new

@@ -17,10 +17,10 @@ runpuppet --facts # report facter facts to puppet_controller Options: BANNER opts.on("-h", "--help","Show this.") { puts opts; exit } - opts.on("--readme", 'Show Readme'){ puts File.read(File.join(File.dirname(__FILE__), '..', 'README.rdoc')); exit } + opts.on("--readme", 'Show Readme'){ puts File.read(File.join(File.dirname(__FILE__), '..', 'README.md')); exit } opts.on('--version', 'Show Version'){ puts Runpuppet::VERSION; exit} opts.on('--try', 'Runs only if selected on puppet_controller'){ options[:try] = true } opts.on('-f', '--facts', 'Report facts'){ options[:facts] = true } opts.on('-v', '--verbose', 'Execute Verbose Command'){ options[:verbose] = true } opts.on('-d', '--debug', 'With debug output'){ options[:debug] = true }