Skip to content

Commit e6e3ba9

Browse files
committed
fix documentation about $f and $m
these do not output full path, only the path which might be either relative or absolute. Fixes: #417 (comment)
1 parent f97b3c6 commit e6e3ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/scrot.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ SPECIAL STRINGS
9999
$$ A literal '$'.
100100
$a The system's hostname.
101101
$F The output file format.
102-
$f The image's full path (ignored when used in the filename).
102+
$f The image's path (may be relative, ignored when used in the filename).
103103
$h The image's height.
104-
$m The thumbnail's full path (ignored when used in the filename).
104+
$m The thumbnail's path (may be relative, ignored when used in the filename).
105105
$n The image's basename (ignored when used in the filename).
106106
$p The image's pixel size.
107107
$s The image's size in bytes (ignored when used in the filename).

0 commit comments

Comments
 (0)