mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08: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:
@@ -34,7 +34,7 @@ CArchAppUtilUnix::parseArg(const int& argc, const char* const* argv, int& i)
|
||||
app().argsBase().m_display = argv[++i];
|
||||
}
|
||||
|
||||
else if (app().isArg(i, argc, argv, NULL, "--disable-xinitthreads")) {
|
||||
else if (app().isArg(i, argc, argv, NULL, "--no-xinitthreads")) {
|
||||
app().argsBase().m_disableXInitThreads = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user