Add quiet mode

This commit is contained in:
_Frky 2022-09-20 14:44:23 +02:00
parent 4df3d17626
commit cc2457db67
2 changed files with 12 additions and 2 deletions

View file

@ -98,6 +98,7 @@ OPTIONS:
--ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated
--ip-addr-file <ipfile> File with the list of IP addresses to impersonate
-m, --mac-addr <mac> MAC address to use in the response packets
-q, --quiet Quiet mode: does not output anything on stdout
-v Increase message verbosity
-V, --version Print version information
```