diff options
author | Miguel Torres <123258987+torres-miguel@users.noreply.github.com> | 2025-03-24 10:50:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 10:50:39 +0100 |
commit | 25492cd4c786b89932430b317fe3da1cd964162a (patch) | |
tree | 8f794ab66bd3ecb7b18021b2485203e7f97d464b /example/ndpiReader.c | |
parent | 91fd1bccd2b6d7fc4e0757d88050b5ecaf90bcf6 (diff) |
Fix typo in -P help for ndpiReader (#2775)
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 3fc1fa416..1dd905d33 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -678,7 +678,7 @@ static void help(u_int long_help) { " | <b> = max pattern len to search\n" " | <c> = max num packets per flow\n" " | <d> = max packet payload dissection\n" - " | <d> = max num reported payloads\n" + " | <e> = max num reported payloads\n" " | Default: %u:%u:%u:%u:%u\n" " -c <path> | Load custom categories from the specified file\n" " -C <path> | Write output in CSV format on the specified file\n" |