Changing from using branch as the variable to using ref.

This commit is contained in:
Randy Merrill
2011-01-27 11:38:48 -08:00
parent 2bb1937fa9
commit a71ab7c418
4 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ opts = OptionParser.new do |opts|
wiki_options[:page_file_dir] = path
end
opts.on("--branch [BRANCH]", "Specify the repository branch to use (default: master).") do |branch|
wiki_options[:branch] = branch
opts.on("--ref [REF]", "Specify the repository ref to use (default: master).") do |ref|
wiki_options[:ref] = ref
end
end