Xephyr: fix help output.
"-mouse" require two commas before options. Signed-off-by: Tamura Dai <kirinode0@gmail.com>
This commit is contained in:
parent
d67383a695
commit
f33962966f
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue