Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/option_parser.cr
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
#
# OptionParser.parse! do |parser|
# parser.banner = "Usage: salute [arguments]"
# parser.on("-u", "--upcase", "Upcases the sallute") { upcase = true }
# parser.on("-u", "--upcase", "Upcases the salute") { upcase = true }
# parser.on("-t NAME", "--to=NAME", "Specifies the name to salute") { |name| destination = name }
# parser.on("-h", "--help", "Show this help") { puts parser }
# end

0 comments on commit 828a3db

Please sign in to comment.