From ad7f6b960c77264b8f4d4df1d6e902930d04e325 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 2 Feb 2017 13:56:42 -0500 Subject: [PATCH] fix --log-file description grammar --- src/App/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")