From 8ba488b1a647e89827cf2eefd5557b08f23271a1 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Mon, 25 Apr 2011 17:23:13 -0400 Subject: [PATCH] Get rid of extra blank line in geocode -h output. --- lib/geocoder/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geocoder/cli.rb b/lib/geocoder/cli.rb index 0d6991c4..679d9429 100644 --- a/lib/geocoder/cli.rb +++ b/lib/geocoder/cli.rb @@ -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 -- GitLab