From 66ca2e4491aa9a96bb11ce3aacde339b64681761 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Wed, 8 Apr 2015 19:58:02 +0200 Subject: [PATCH] CR --- example/diameter/pcapDecoder/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/diameter/pcapDecoder/main.cpp b/example/diameter/pcapDecoder/main.cpp index 95328f5..d3f6f4e 100644 --- a/example/diameter/pcapDecoder/main.cpp +++ b/example/diameter/pcapDecoder/main.cpp @@ -356,7 +356,7 @@ int main(int argc, char **argv) { msg += " dictionary regardless the value of the application-id (the stack will be registered with id=0).\n"; 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 += " --ignore-flags: wrong flags regarding dictionary are ignored in xml representation.\n"; msg += " --debug: activates debug level traces (warning by default)."; _exit(msg); } -- 2.20.1