[vlmc-devel] [PATCH] Main: Add logging info to --help message
Pawel Golinski
golpaw1 at gmail.com
Fri Jul 29 12:48:20 CEST 2016
Would save me a ton of time if it was
already there.
---
src/Main/vlmc.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/Main/vlmc.cpp b/src/Main/vlmc.cpp
index 3e97de6..cb1fc15 100644
--- a/src/Main/vlmc.cpp
+++ b/src/Main/vlmc.cpp
@@ -89,7 +89,11 @@ usage( QString const& appName )
<< "Options:\n"
<< "\t[--project|-p projectfile]\tload the given VLMC project\n"
<< "\t[--version]\tversion information\n"
- << "\t[--help|-?]\tthis text\n\n"
+ << "\t[--help|-?]\tthis text\n"
+ << "\t[-v]\tenable verbose logging\n"
+ << "\t[-vv]\tenable debug logging\n"
+ << "\t[--backendverbose=level]\tset backend logging level (1-Error, 2-Warning, 3-Debug)\n"
+ << "\tNote that in order to display all backend log messages, -vv argument must be supplied as well.\n\n"
<< "\tFILES:\n"
<< "\t\tFiles specified on the command line should include \n"
<< "\t\tVLMC project files (.vlmc)\n";
--
2.7.4 (Apple Git-66)
More information about the Vlmc-devel
mailing list