tClarify valid values for numeric arguments - croptool - Image cropping tool
HTML git clone git://lumidify.org/croptool.git (fast, but not encrypted)
HTML git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b89bcf2956326f4ff6f11e2f105f8301b8adc3ba
DIR parent 8534d8a6dd745e8007bba613c034fe1d0aef8da5
HTML Author: lumidify <nobody@lumidify.org>
Date: Thu, 1 Apr 2021 21:24:28 +0200
Clarify valid values for numeric arguments
Diffstat:
M croptool.1 | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
DIR diff --git a/croptool.1 b/croptool.1
t@@ -1,4 +1,4 @@
-.Dd March 7, 2021
+.Dd April 1, 2021
.Dt CROPTOOL 1
.Os
.Sh NAME
t@@ -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.