From 5a76b61d30877ea312595abc90b657a2763eafaa Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 2 Sep 2023 13:28:42 +0200 Subject: [PATCH] fixed typo --- hcxdumptool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcxdumptool.c b/hcxdumptool.c index 86d2c40cc..04c4c415f 100644 --- a/hcxdumptool.c +++ b/hcxdumptool.c @@ -4522,7 +4522,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n" "-p : do not set monitor mode: active (do not ACK incoming frames addressed to the device MAC)\n" " default monitor mode: active (ACK all incoming frames addressed to the device MAC)\n" "-L : show INTERFACE list\n" - "-l : show INTERFACE list (tabulator separated and grepable)\n" + "-l : show INTERFACE list (tabulator separated and greppable)\n" "-I : show detailed information about INTERFACE\n" "-h : show this help\n" "-v : show version\n"