Xephyr: fix help output.

"-mouse" require two commas before options.

Signed-off-by: Tamura Dai <kirinode0@gmail.com>
This commit is contained in:
Tamura Dai 2022-12-07 19:43:36 +09:00
parent d67383a695
commit f33962966f

View File

@ -352,7 +352,7 @@ KdUseMsg(void)
ErrorF
("-rgba rgb/bgr/vrgb/vbgr/none Specify subpixel ordering for LCD panels\n");
ErrorF
("-mouse driver [,n,,options] Specify the pointer driver and its options (n is the number of buttons)\n");
("-mouse driver [,n,options] Specify the pointer driver and its options (n is the number of buttons)\n");
ErrorF
("-keybd driver [,,options] Specify the keyboard driver and its options\n");
ErrorF("-xkb-rules Set default XkbRules value (can be overridden by -keybd options)\n");