Skip to content

Commit afad25e

Browse files
committed
correct description of -m in help string
Ref: #407
1 parent 888f40c commit afad25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static const struct option_desc {
135135
/* k */ { "capture overlapped window and join them", "v|h" },
136136
/* l */ { "specify the style of the selection line", "STYLE" },
137137
/* M */ { "capture monitor", "NUM" },
138-
/* m */ { "capture all monitors", "" },
138+
/* m */ { "capture all multi-head screens in order", "" },
139139
/* n */ { OPT_DEPRECATED, OPT_DEPRECATED },
140140
/* o */ { "overwrite the output file if needed", "" },
141141
/* p */ { "capture the mouse pointer as well", "" },

0 commit comments

Comments
 (0)