From 2bb1937fa903e30dbc66af89e7cf530251ffbf95 Mon Sep 17 00:00:00 2001 From: Randy Merrill Date: Thu, 27 Jan 2011 11:29:21 -0800 Subject: [PATCH] Fixing the docs for the default branch. --- bin/gollum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gollum b/bin/gollum index 7756831e..efacca54 100755 --- a/bin/gollum +++ b/bin/gollum @@ -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