Fix incorrectly labelled option

Closes #5
This commit is contained in:
TEC 2021-03-30 09:51:21 +08:00
parent 6825ec53d2
commit c6061dd6b0
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 1 deletions

View File

@ -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))