From f33962966fbefc52709654cef2c243f965760c18 Mon Sep 17 00:00:00 2001 From: Tamura Dai Date: Wed, 7 Dec 2022 19:43:36 +0900 Subject: [PATCH] Xephyr: fix help output. "-mouse" require two commas before options. Signed-off-by: Tamura Dai --- hw/kdrive/src/kdrive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");