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

Enclose required argument name in pointy brackets.

parent 45edade6
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ module Geocoder
show_json = false
OptionParser.new{ |opts|
opts.banner = "Usage:\n geocode [options] location"
opts.banner = "Usage:\n geocode [options] <location>"
opts.separator "\nOptions: "
opts.on("-k <key>", "--key <key>",
......
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