Improv. help
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Fri, 27 Nov 2015 14:07:28 +0000 (15:07 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Fri, 27 Nov 2015 14:07:28 +0000 (15:07 +0100)
example/diameter/launcher/Launcher.cpp

index 9aa5425..b2ee171 100644 (file)
@@ -1369,16 +1369,17 @@ std::string Launcher::help() const throw() {
   result += "\n   test|report|<initialized/in-progress/failed/success/all/none>[|[yes]|no]";
   result += "\n";
   result += "\n                                 Enables/disables report generation for a certain test case state: initialized, in-progress,";
-  result += "\n                                 failed or success. This applies to report summary (former described operation) and automatic";
-  result += "\n                                 dumps during testing where only failed or success states will appear: every time a test case";
-  result += "\n                                 is finished its xml representation will be dump on a file under the execution directory (or";
-  result += "\n                                 the one configured in process command-line 'tmDir') with the name:";
+  result += "\n                                 failed or success (also 'all' and 'none' reserved words could be used). This applies to report";
+  result += "\n                                 summary (former described operation) and automatic dumps during testing where only failed or";
+  result += "\n                                 successful states will appear: every time a test case is finished its xml representation will";
+  result += "\n                                 be dump on a file under the execution directory (or the one configured in process command-line";
+  result += "\n                                 'tmDir') with the name:";
   result += "\n";
   result += "\n                                    'cycle-<cycle id>.testcase-<test case id>.xml'.";
   result += "\n";
   result += "\n                                 By default, all the states are disabled to avoid IO overload. In most of cases not all the";
-  result += "\n                                 tests are going to fail and you could enable only such failed dumps, but you can enable all";
-  result += "\n                                 the types if you want (use reserved word 'all' for this).";
+  result += "\n                                 tests are going to fail then you could enable only such failed dumps. Anyway you could set";
+  result += "\n                                 the reports visibility to fit your needs in a given situation.";
   result += "\n";
   result += "\n   test|report-hex[|[yes]|no]    Reports could include the diameter messages in hexadecimal format. Disabled by default.";
   result += "\n";