From 88671c6785e72dc863c21bc510c7b2b02fcb524a Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Tue, 23 Nov 2021 01:10:01 +0800 Subject: [PATCH] Docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c975d89..e3cdfda 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Flags: -m, --mode int view mode of sniffer (0: bytes 1: packets 2: processes) -n, --no-dns-resolve disable the DNS resolution -p, --pids int32Slice pids to watch, empty stands for all pids (default []) - -u, --unit string unit of traffic stats in processes mode, optional: B, KB, MB, GB (default "KB") + -u, --unit string unit of traffic stats, optional: B, Kb, KB, Mb, MB, Gb, GB (default "KB") -v, --version version for sniffer ```