X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2FpcapDecoder%2Fmain.cpp;h=d3f6f4e8cff952a82e35dfc0dfb1be25b2b98fcb;hb=20a26fbedc55c5211a005b80098b094f8ff3fa4c;hp=95328f51c4c6d97dea8755f745f9e0fa05372c32;hpb=45225cb1920bf7b15e75bb369d6cca8cc9fc1db2;p=anna.git 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); }