Added explanation, fixes issue #278

This commit is contained in:
Miodrag Milanovic 2019-05-27 19:10:50 +02:00
parent 68c16c2db7
commit 2ea1ccf2e6

View File

@ -107,7 +107,7 @@ po::options_description CommandHandler::getGeneralOptions()
general.add_options()("force,f", "keep running after errors");
#ifndef NO_GUI
general.add_options()("gui", "start gui");
general.add_options()("gui-no-aa", "disable anti aliasing");
general.add_options()("gui-no-aa", "disable anti aliasing (use together with --gui option)");
#endif
#ifndef NO_PYTHON
general.add_options()("run", po::value<std::vector<std::string>>(),