mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xephyr: fix help output.
"-mouse" require two commas before options. Signed-off-by: Tamura Dai <kirinode0@gmail.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user