ephyr: show that -name & -title take non-optional arguments in usage output

Fixes: f028e245a7 ("Bug #10016: Implement WM_CLASS hints in Xephyr.")
Fixes: e3c65cf1df ("xephyr: Add -title option.")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2137>
This commit is contained in:
Alan Coopersmith
2026-03-15 14:17:17 +02:00
committed by Enrico Weigelt
parent 6e3afd4be4
commit e4d55c4453

View File

@@ -133,9 +133,9 @@ ddxUseMsg(void)
("-fakexa Simulate acceleration using software rendering\n"); ("-fakexa Simulate acceleration using software rendering\n");
ErrorF("-verbosity <level> Set log verbosity level\n"); ErrorF("-verbosity <level> Set log verbosity level\n");
ErrorF("-noxv do not use XV\n"); ErrorF("-noxv do not use XV\n");
ErrorF("-name [name] define the name in the WM_CLASS property\n"); ErrorF("-name <name> define the name in the WM_CLASS property\n");
ErrorF ErrorF
("-title [title] set the window title in the WM_NAME property\n"); ("-title <title> set the window title in the WM_NAME property\n");
ErrorF("-no-host-grab Disable grabbing the keyboard and mouse.\n"); ErrorF("-no-host-grab Disable grabbing the keyboard and mouse.\n");
ErrorF ErrorF
("-host-grab [keys] set shortcut to grab the keyboard and mouse (default: ctrl+shift)\n"); ("-host-grab [keys] set shortcut to grab the keyboard and mouse (default: ctrl+shift)\n");