mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 12:18:52 +02:00
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 <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2137>
This commit is contained in:
parent
0df19c5001
commit
94acecdeaf
1 changed files with 2 additions and 2 deletions
|
|
@ -135,9 +135,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("\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue