The source project of this merge request has been removed.
ephyr: fix help output.
"-mouse" require two commas before options for Xephyr.
On starting Xephyr like help output as follow, parse error occured.
$ Xephyr :1 -mouse evdev,,,device=/dev/input/event5
Pointer option key () of value ((null)) not assigned!
In the following comment, two commas before options on using "-mouse". "https://gitlab.freedesktop.org/xorg/xserver/-/blob/03b2125005b1c8d4eb62a4173a74458bbe72807b/hw/kdrive/src/kinput.c#L832"
Signed-off-by: Tamura Dai kirinode0@gmail.com
Edited by Tamura Dai