From: Eduardo Ramos Testillano Date: Mon, 25 May 2015 01:08:58 +0000 (+0200) Subject: Improve help X-Git-Tag: REFACTORING_TESTING_LIBRARY~135 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=efa839a78fa202212b537ececbfe383bd82c8e30 Improve help --- diff --git a/example/diameter/batchConverter/main.cpp b/example/diameter/batchConverter/main.cpp index 2095f44..3e92f5c 100644 --- a/example/diameter/batchConverter/main.cpp +++ b/example/diameter/batchConverter/main.cpp @@ -89,7 +89,7 @@ int main(int argc, char **argv) { if(argc < 3) { std::string msg = "Usage: "; msg += exec; msg += " [--hex-only] [--xml-only] [--no-validation] [--ignore-flags] [--debug]\n\n"; - msg += " stacks: \n"; + msg += " stacks: \n"; msg += " This is a list of #-separated stacks defined by a comma-separated pair \n"; msg += " If only one stack is provided, application-id could be omitted and then, all the messages will be decoded with the\n"; msg += " dictionary regardless the value of the application-id (the stack will be registered with id=0).\n";