commit 59805483b26574b37bb1784eaeb323dd71489f4b
parent 39049e695e28d31d895cdcde2f816bf5195cfdc6
Author: lumidify <nobody@lumidify.org>
Date: Sun, 10 Jan 2021 19:57:57 +0100
Add small clarification to documentation
Diffstat:
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/croptool.1 b/croptool.1
@@ -1,4 +1,4 @@
-.Dd January 3, 2021
+.Dd January 10, 2021
.Dt CROPTOOL 1
.Os
.Sh NAME
@@ -36,11 +36,11 @@ 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. Default: 2.
+Set the line width of the cropping rectangle in pixels. Default: 2.
.It Fl c Ar padding
-Set the amount of padding used for collision with the mouse. This determines
-how far away the mouse pointer has to be from an edge or corner of the
-cropping rectangle to collide with it. Default: 10.
+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. Default: 10.
.It Fl p Ar color
Set the primary color for the cropping rectangle. Default: #000000.
.It Fl s Ar color
@@ -57,17 +57,17 @@ The following substitutions are performed:
Print
.Ql % .
.It %w
-Print the width of the cropping rectangle.
+Print the width of the cropping rectangle in pixels.
.It %h
-Print the height of the cropping rectangle.
+Print the height of the cropping rectangle in pixels.
.It %l
-Print the location of the left side of the cropping rectangle.
+Print the location of the left side of the cropping rectangle in pixels.
.It %r
-Print the location of the right side of the cropping rectangle.
+Print the location of the right side of the cropping rectangle in pixels.
.It %t
-Print the location of the top side of the cropping rectangle.
+Print the location of the top side of the cropping rectangle in pixels.
.It %b
-Print the location of the bottom side of the cropping rectangle.
+Print the location of the bottom side of the cropping rectangle in pixels.
.It %f
Print the filename of the image. Warning: This is printed out as is,
without any escaping. Yes, this should be fixed.