From 2ea1ccf2e696422af5f4ee482de68983a95a19d2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 27 May 2019 19:10:50 +0200 Subject: Added explanation, fixes issue #278 --- common/command.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/command.cc b/common/command.cc index 65562528..3eafdb17 100644 --- a/common/command.cc +++ b/common/command.cc @@ -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>(), -- cgit v1.2.3