Skip to content

Commit

Permalink
fixed OPTIONS->options
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Nov 8, 2008
1 parent 8ed64df commit aedc9b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ module <%= module_name %>
opts.on("-p", "--path=PATH", String,
"This is a sample message.",
"For multiple lines, add more strings.",
"Default: ~") { |arg| OPTIONS[:path] = arg }
"Default: ~") { |arg| options[:path] = arg }
opts.on("-h", "--help",
"Show this help message.") { puts opts; exit }
opts.parse!(arguments)
Expand Down

0 comments on commit aedc9b9

Please sign in to comment.