Skip to content
Snippets Groups Projects
Commit 8ba488b1 authored by Alex Reisner's avatar Alex Reisner
Browse files

Get rid of extra blank line in geocode -h output.

parent 5712140b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ module Geocoder
opts.on_tail("-h", "--help", "Print this help") do
out << "Look up geographic information about a location.\n\n"
out << opts
out << "\n\nCreated and maintained by Alex Reisner, available under the MIT License.\n"
out << "\nCreated and maintained by Alex Reisner, available under the MIT License.\n"
out << "Report bugs and contribute at http://github.com/alexreisner/geocoder\n"
exit
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment