summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamura Dai <kirinode0@gmail.com>2022-12-07 19:43:36 +0900
committerTamura Dai <kirinode0@gmail.com>2023-01-22 22:35:59 +0000
commitf33962966fbefc52709654cef2c243f965760c18 (patch)
tree5094a3fe2f2030bf6993306c7fff16c01d7445a8
parentd67383a695f40ca5470ae2392233e1f5fc012b0c (diff)
downloadxserver-f33962966fbefc52709654cef2c243f965760c18.tar.gz
Xephyr: fix help output.
"-mouse" require two commas before options. Signed-off-by: Tamura Dai <kirinode0@gmail.com>
-rw-r--r--hw/kdrive/src/kdrive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/src/kdrive.c b/hw/kdrive/src/kdrive.c
index 0c80752a0..8ee41f908 100644
--- a/hw/kdrive/src/kdrive.c
+++ b/hw/kdrive/src/kdrive.c
@@ -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");