From 45225cb1920bf7b15e75bb369d6cca8cc9fc1db2 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Wed, 8 Apr 2015 19:56:13 +0200 Subject: [PATCH] help --- example/diameter/pcapDecoder/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/diameter/pcapDecoder/main.cpp b/example/diameter/pcapDecoder/main.cpp index 69c4f19..95328f5 100644 --- a/example/diameter/pcapDecoder/main.cpp +++ b/example/diameter/pcapDecoder/main.cpp @@ -349,7 +349,7 @@ int main(int argc, char **argv) { //check command line arguments if(argc < 3) { std::string msg = "Usage: "; msg += exec; - msg += " [--no-validation] [--ignore-flags]\n\n"; + msg += " [--no-validation] [--ignore-flags] [--debug]\n\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"; @@ -357,6 +357,7 @@ int main(int argc, char **argv) { msg += " Input file: normally a pcap file, but hexadecimal content (colons allowed) can also be decoded (use '.hex' extension).\n"; msg += " --no-validation: no validation is performed.\n"; msg += " --ignore-flags: wrong flags regarding dictionary are ignored in xml representation."; + msg += " --debug: activates debug level traces (warning by default)."; _exit(msg); } -- 2.20.1