From 4cf0254e65f608a415f0fb71de77960b47416f4d Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 16 Jan 2024 12:42:03 +0100 Subject: [PATCH] fixed help --- hcxdumptool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hcxdumptool.c b/hcxdumptool.c index c56af0c41..c73899d86 100644 --- a/hcxdumptool.c +++ b/hcxdumptool.c @@ -4710,9 +4710,9 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n" " default: first suitable INTERFACE\n" " warning: %s changes the virtual MAC address of the INTERFACE\n" "-w : write packets to a pcapng-format file named \n" - " existing dump file file will be overwritten\n" + " existing file will be overwritten\n" " default outfile name: yyyyddmmhhmmss-interfacename.pcapng\n" - " existing dump file file will not be overwritten\n" + " existing file will not be overwritten\n" " get more information: https://pcapng.com/\n" "-c : set channel (1a,2a,36b,...)\n" " default: 1a,6a,11a\n"