Skip to content

Commit

Permalink
cheatset generator help fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Dec 19, 2023
1 parent 4e92f29 commit 10fe60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatset_keybindings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def render
options[:description] = desc
end

opt.on('-t', '--title=TITLE', 'Description of cheat sheet') do |title|
opt.on('-t', '--title=TITLE', 'Title of cheat sheet') do |title|
options[:title] = title
end

Expand Down

0 comments on commit 10fe60f

Please sign in to comment.