From 1d89d2675615781083f4a80cc0e71f16151b3931 Mon Sep 17 00:00:00 2001 From: eddie Date: Thu, 19 Mar 2026 16:25:57 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28ba618..176a334 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ $ tcpdump -l -nnq | tcpcolor.py I generally always use these flags so this utility will only work properly when using them. -`-nn Don't convert protocol and port numbers etc. to names either.` +` -nn # Don't convert protocol and port numbers etc. to names either.` -`-q Quick (quiet?) output. Print less protocol information so output lines are shorter.` +` -q # Quick (quiet?) output. Print less protocol information so output lines are shorter.`