[client,common] update help text for /monitors

This commit is contained in:
akallabeth 2024-10-22 13:18:30 +02:00
parent 5ad826a503
commit b5f8faa7ae
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -321,7 +321,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = {
"[DEPRECATED, use /list:monitor] List detected monitors" }, "[DEPRECATED, use /list:monitor] List detected monitors" },
#endif #endif
{ "monitors", COMMAND_LINE_VALUE_REQUIRED, "<id>[,<id>[,...]]", NULL, NULL, -1, NULL, { "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, { "mouse-motion", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
"Send mouse motion" }, "Send mouse motion" },
{ "mouse-relative", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, { "mouse-relative", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,