Skip to content

Commit

Permalink
Fix incorrectly labelled option
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
tecosaur committed Mar 30, 2021
1 parent 6825ec5 commit c6061dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenshot.el
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Note: you have to define this yourself, there is no default."
(read-number "Minimum width (columns): " screenshot-min-width))

(screenshot--define-infix
"-W" "max-width" "Minimum width, in columns"
"-W" "max-width" "Maximum width, in columns"
'integer 120
(read-number "Maximum width (columns): " screenshot-max-width))

Expand Down

0 comments on commit c6061dd

Please sign in to comment.