Skip to content

Commit

Permalink
fix typo in rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Oct 21, 2009
1 parent 0b9a41f commit 33b80b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kindler-rename
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = nil
opts = OptionParser.new("", 24, ' ') { |opts|
opts.banner = "Usage: kindler-rename book.mobi [options]"

opts.on("--title NAME", "New title") { |n| name = m }
opts.on("--title NAME", "New title") { |n| name = n }

opts.on_tail("-h", "--help", "Show this message") do
puts opts
Expand Down

0 comments on commit 33b80b6

Please sign in to comment.