Skip to content

Commit

Permalink
show help
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldx7 committed Jun 11, 2011
1 parent efc54ae commit 518fdc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/bitly
Expand Up @@ -115,7 +115,11 @@ class App
def output_help(message = nil, section = "")
puts message if message

Readme::usage(section) #exits app
File.open(File.join(File.dirname(__FILE__), '..', 'README.rdoc'), "r") do |infile|
while (line = infile.gets)
puts line
end
end
end

def output_version
Expand Down

0 comments on commit 518fdc3

Please sign in to comment.