Fixing the docs for the default branch.

This commit is contained in:
Randy Merrill
2011-01-27 11:29:21 -08:00
parent 3c44205be7
commit 2bb1937fa9
+1 -1
View File
@@ -49,7 +49,7 @@ opts = OptionParser.new do |opts|
wiki_options[:page_file_dir] = path
end
opts.on("--branch [BRANCH]", "Specify the repository branch to use (default: working branch).") do |branch|
opts.on("--branch [BRANCH]", "Specify the repository branch to use (default: master).") do |branch|
wiki_options[:branch] = branch
end
end