commit b89bcf2956326f4ff6f11e2f105f8301b8adc3ba
parent 8534d8a6dd745e8007bba613c034fe1d0aef8da5
Author: lumidify <nobody@lumidify.org>
Date: Thu, 1 Apr 2021 21:24:28 +0200
Clarify valid values for numeric arguments
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/croptool.1 b/croptool.1
@@ -1,4 +1,4 @@
-.Dd March 7, 2021
+.Dd April 1, 2021
.Dt CROPTOOL 1
.Os
.Sh NAME
@@ -36,12 +36,14 @@ resized, for the same reason as
Set the format to be used when the cropping commands are output.
See OUTPUT FORMAT for details.
.It Fl w Ar width
-Set the line width of the cropping rectangle in pixels.
+Set the line width of the cropping rectangle in pixels (valid values:
+1-99).
Default: 2.
.It Fl c Ar padding
Set the amount of padding used for collision with the mouse in pixels.
This determines how far away the mouse pointer has to be from an edge
-or corner of the cropping rectangle to collide with it.
+or corner of the cropping rectangle to collide with it (valid values:
+1-99).
Default: 10.
.It Fl p Ar color
Set the primary color for the cropping rectangle.