Skip to content

Commit

Permalink
trivial change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Wootton committed Mar 19, 2007
1 parent 72e4efc commit 393ec5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/parkplace
Expand Up @@ -7,6 +7,8 @@ require 'parkplace'
DEFAULT_PASSWORD = 'pass@word1'
DEFAULT_SECRET = 'OtxrzxIsfpFjA7SwPzILwy8Bw21TLhquhboDYROV'

#

options = ParkPlace.options
options.host = "127.0.0.1"
options.port = 3002
Expand All @@ -33,12 +35,12 @@ opts = OptionParser.new do |opts|

opts.separator ""
opts.separator "Common options:"

opts.on_tail("-h", "--help", "Show this message") do
puts opts
exit
end

# Another typical switch to print the version.
opts.on_tail("--version", "Show version") do
puts ParkPlace::VERSION
Expand Down

0 comments on commit 393ec5d

Please sign in to comment.