Merge pull request #10769 from akallabeth/cmdline-improve
[client,common] update help text for /monitors
This commit is contained in:
commit
e139ff8c86
@ -321,7 +321,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = {
|
||||
"[DEPRECATED, use /list:monitor] List detected monitors" },
|
||||
#endif
|
||||
{ "monitors", COMMAND_LINE_VALUE_REQUIRED, "<id>[,<id>[,...]]", NULL, NULL, -1, NULL,
|
||||
"Select monitors to use" },
|
||||
"Select monitors to use (only effective in fullscreen or multimonitor mode)" },
|
||||
{ "mouse-motion", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
|
||||
"Send mouse motion" },
|
||||
{ "mouse-relative", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user