From 25492cd4c786b89932430b317fe3da1cd964162a Mon Sep 17 00:00:00 2001 From: Miguel Torres <123258987+torres-miguel@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:50:39 +0100 Subject: Fix typo in -P help for ndpiReader (#2775) --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ndpiReader.c') 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) { " | = max pattern len to search\n" " | = max num packets per flow\n" " | = max packet payload dissection\n" - " | = max num reported payloads\n" + " | = max num reported payloads\n" " | Default: %u:%u:%u:%u:%u\n" " -c | Load custom categories from the specified file\n" " -C | Write output in CSV format on the specified file\n" -- cgit v1.2.3