From e4d55c44535832459de3257d431eab1abc32b5c5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 15 Mar 2026 14:17:17 +0200 Subject: [PATCH] ephyr: show that -name & -title take non-optional arguments in usage output Fixes: https://gitlab.freedesktop.org/alanc/xserver/-/commit/f028e245a7932362656701c08fcfbfa8e8949077 ("Bug #10016: Implement WM_CLASS hints in Xephyr.") Fixes: https://gitlab.freedesktop.org/alanc/xserver/-/commit/e3c65cf1df9bbfb126f07b4b8e1254a855fb70c7 ("xephyr: Add -title option.") Signed-off-by: Alan Coopersmith Part-of: --- hw/kdrive/ephyr/ephyrinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/ephyr/ephyrinit.c b/hw/kdrive/ephyr/ephyrinit.c index ee2ef138b..e4e1053ff 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -133,9 +133,9 @@ ddxUseMsg(void) ("-fakexa Simulate acceleration using software rendering\n"); ErrorF("-verbosity Set log verbosity level\n"); ErrorF("-noxv do not use XV\n"); - ErrorF("-name [name] define the name in the WM_CLASS property\n"); + ErrorF("-name define the name in the WM_CLASS property\n"); ErrorF - ("-title [title] set the window title in the WM_NAME property\n"); + ("-title set the window title in the WM_NAME property\n"); ErrorF("-no-host-grab Disable grabbing the keyboard and mouse.\n"); ErrorF ("-host-grab [keys] set shortcut to grab the keyboard and mouse (default: ctrl+shift)\n");