From 94acecdeafc3674180dc9718458e44cf2addd143 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 9 Mar 2026 18:33:30 -0700 Subject: [PATCH] ephyr: show that -name & -title take non-optional arguments in usage output Fixes: f028e245a ("Bug #10016: Implement WM_CLASS hints in Xephyr.") Fixes: e3c65cf1d ("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 f3bc34d2f..78ebb4b31 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -135,9 +135,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("\n"); }