From daa633379d5eb801267eddc07dff1d292cd669e5 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Tue, 13 Jul 2010 13:25:40 -0700 Subject: [PATCH] Port default is 4567. --- bin/gollum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gollum b/bin/gollum index 121ce45c..c05b2b0e 100755 --- a/bin/gollum +++ b/bin/gollum @@ -23,7 +23,7 @@ options = {} opts = OptionParser.new do |opts| opts.banner = help - opts.on("--port [PORT]", "Bind port (default port 5432).") do |port| + opts.on("--port [PORT]", "Bind port (default port 4567).") do |port| options['port'] = port end