From 12d5e0dd1b68fa178d6eefc3db63837c833c0692 Mon Sep 17 00:00:00 2001
From: Eduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Date: Fri, 27 Nov 2015 15:07:28 +0100
Subject: [PATCH] Improv. help

---
 example/diameter/launcher/Launcher.cpp | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/example/diameter/launcher/Launcher.cpp b/example/diameter/launcher/Launcher.cpp
index 9aa5425..b2ee171 100644
--- a/example/diameter/launcher/Launcher.cpp
+++ b/example/diameter/launcher/Launcher.cpp
@@ -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";
-- 
2.20.1