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:
Nick Bolton 2011-01-17 20:56:04 +00:00
parent 728e8bb035
commit 8285d95ba4
5 changed files with 12 additions and 7 deletions

View file

@ -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;
}