Skip to content

Commit c793786

Browse files
committed
manpage: use conventional brackets to indicate optional argument
ref: https://man7.org/linux/man-pages/man7/man-pages.7.html
1 parent 27da772 commit c793786

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
@@ -35,7 +35,7 @@ OPTIONS
3535
-f, --freeze Freeze the screen when -s is used.
3636
-h, --help Display help and exit.
3737
-i, --ignorekeyboard Don't exit for keyboard input. ESC still exits.
38-
-k, --stack OPT Capture stack/overlapped windows and join them. A
38+
-k, --stack[=OPT] Capture stack/overlapped windows and join them. A
3939
running Composite Manager is needed. OPT it's optional
4040
join letter: v/h (vertical/horizontal). Default: h
4141
-l, --line STYLE STYLE indicates the style of the line when the -s
@@ -53,7 +53,7 @@ OPTIONS
5353
value represents higher quality and larger
5454
file size. Default: 75.
5555
-S, --script CMD CMD is an imlib2 script.
56-
-s, --select OPTS Interactively select a window or rectangle with the
56+
-s, --select[=OPTS] Interactively select a window or rectangle with the
5757
mouse, use the arrow keys to resize. See the -l and
5858
-f options. OPTS it's optional; see SELECTION MODE
5959
-t, --thumb % | WxH Also generate a thumbnail. The argument represents

0 commit comments

Comments
 (0)