Skip to content

Commit 7375220

Browse files
committed
Update manpage and help.
For the option --note inform about the angle option: -a
1 parent 631f50b commit 7375220

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

man/scrot.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ The following specifiers are recognised for the option \fB--note\fP:
182182
-x position (optional)
183183
-y position (optional)
184184
-c color(RGBA) (optional)
185+
-a angle (optional)
185186

186187
.fam T
187188
.fi

man/scrot.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ NOTE FORMAT
9797
-x position (optional)
9898
-y position (optional)
9999
-c color(RGBA) (optional)
100+
-a angle (optional)
100101

101102
Example:
102103

src/options.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ show_usage(void)
459459
" -x position (optional)\n"
460460
" -y position (optional)\n"
461461
" -c color(RGBA) (optional)\n"
462+
" -a angle (optional)\n"
462463
" Example:\n" " " SCROT_PACKAGE
463464
" --note \"-f '/usr/share/fonts/TTF/DroidSans-Bold/40' -x 10 -y 20 -c 255,0,0,255 -t 'Hi'\"\n\n"
464465
"This program is free software see the file COPYING for licensing info.\n"

0 commit comments

Comments
 (0)