Skip to content

Commit bbea155

Browse files
author
=
committed
improved help
1 parent 92a6c60 commit bbea155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hcxdumptool.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5733,7 +5733,7 @@ fprintf(stdout, "--ftc : enable fake time clock\n"
57335733
" 4 = show waterfall (PMKID & EAPOL)\n"
57345734
" columns mode 4:\n"
57355735
" TIME TYPE MAC_CLIENT MAC_AP ESSID\n"
5736-
" ROGUE MACs are uppercase\n"
5736+
" MAC addresses generated by %s are capitalized\n"
57375737
" rcascan mode\n"
57385738
" 0 = show APs on current channel sorted by BEACON timestamp\n"
57395739
" 1 = show APs on current channel sorted by PROBERESPONSE timestamp\n"
@@ -5750,7 +5750,7 @@ fprintf(stdout, "--ftc : enable fake time clock\n"
57505750
" (p)assive = passive scan (listen only)\n"
57515751
"-h : show this help\n"
57525752
"-v : show version\n"
5753-
"\n");
5753+
"\n", eigenname);
57545754
fprintf(stdout, "less common options:\n--------------------\n"
57555755
"-m <INTERFACE> : set monitor mode and terminate\n"
57565756
"--m2max=<digit> : set maximum of received M1M2ROGUE\n"

0 commit comments

Comments
 (0)