Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 26ab4d9d authored by Pascal Morillon's avatar Pascal Morillon
Browse files

Add usage exemple for conman generator

parent 85f0fb83
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ OptionParser.new do |opts| ...@@ -24,6 +24,7 @@ OptionParser.new do |opts|
opts.separator "" opts.separator ""
opts.separator "Example: ruby conmang5k.rb -s nancy -o /tmp/puppet-repo" opts.separator "Example: ruby conmang5k.rb -s nancy -o /tmp/puppet-repo"
opts.separator "Example: ruby conmang5k.rb -s nancy -o $GPUPPET_PREFIX/repo"
opts.on('-o', '--output-dir dir', String, 'Select the puppet repo path', "Default: " + options[:output_dir]) do |d| opts.on('-o', '--output-dir dir', String, 'Select the puppet repo path', "Default: " + options[:output_dir]) do |d|
options[:output_dir] = d options[:output_dir] = d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment