mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 15:19:45 +02:00
changed --disable-xinitthreads to --no-xinitthreads and added the arg to --help. also fixed the --help (added missing info about --yscroll, and other stuff)
This commit is contained in:
parent
728e8bb035
commit
8285d95ba4
5 changed files with 12 additions and 7 deletions
|
@ -157,9 +157,10 @@ CClientApp::help()
|
|||
{
|
||||
#if WINAPI_XWINDOWS
|
||||
# define WINAPI_ARG \
|
||||
" [--display <display>]"
|
||||
" [--display <display>] [--no-xinitthreads]"
|
||||
# define WINAPI_INFO \
|
||||
" --display <display> connect to the X server at <display>\n"
|
||||
" --display <display> connect to the X server at <display>\n" \
|
||||
" --no-xinitthreads do not call XInitThreads()\n"
|
||||
#else
|
||||
# define WINAPI_ARG
|
||||
# define WINAPI_INFO
|
||||
|
@ -181,6 +182,7 @@ CClientApp::help()
|
|||
WINAPI_INFO
|
||||
HELP_SYS_INFO
|
||||
" --yscroll <delta> defines the vertical scrolling delta, which is\n"
|
||||
" 120 by default.\n"
|
||||
HELP_COMMON_INFO_2
|
||||
"\n"
|
||||
"* marks defaults.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue