diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 8cdf9610a..d4590ea49 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -1706,7 +1706,7 @@ void Application::ParseOptions(int ac, char ** av) config.add_options() //("write-log,l", value(), "write a log file") ("write-log,l", descr.c_str()) - ("log-file", value(), "Unlike to --write-log this allows to log to an arbitrary file") + ("log-file", value(), "Unlike --write-log this allows logging to an arbitrary file") ("user-cfg,u", value(),"User config file to load/save user settings") ("system-cfg,s", value(),"Systen config file to load/save system settings") ("run-test,t", value() ,"Test case - or 0 for all")