fix --log-file description grammar

This commit is contained in:
luzpaz 2017-02-02 13:56:42 -05:00 committed by GitHub
parent 1afa150585
commit ad7f6b960c

View File

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