mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
committed by
Enrico Weigelt
parent
6e3afd4be4
commit
e4d55c4453
@@ -133,9 +133,9 @@ ddxUseMsg(void)
|
||||
("-fakexa Simulate acceleration using software rendering\n");
|
||||
ErrorF("-verbosity <level> 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 <name> define the name in the WM_CLASS property\n");
|
||||
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
|
||||
("-host-grab [keys] set shortcut to grab the keyboard and mouse (default: ctrl+shift)\n");
|
||||
|
||||
Reference in New Issue
Block a user