Explicitly set default port to 4567.

This commit is contained in:
Tom Preston-Werner
2010-09-29 14:42:24 -07:00
parent ee6b71ff80
commit 42985dc5c1
+2 -2
View File
@@ -8,7 +8,7 @@ Gollum is a multi-format Wiki Engine/API/Frontend.
Basic Command Line Usage:
gollum [OPTIONS] [PATH]
PATH The path to the Gollum repository.
PATH The path to the Gollum repository (default .).
Options:
HELP
@@ -18,7 +18,7 @@ require 'rubygems'
require 'gollum'
exec = {}
options = { 'bind' => '127.0.0.1' }
options = { 'port' => 4567, 'bind' => '127.0.0.1' }
opts = OptionParser.new do |opts|
opts.banner = help