Fix typo in options

This commit is contained in:
Unactive 2022-11-24 15:56:33 +01:00 committed by GitHub
parent 774af0b781
commit ca3b9a75fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ OPTIONS:
-i, --iface <iface> the interface to use for receiving/sending packets -i, --iface <iface> the interface to use for receiving/sending packets
--ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated --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 --ip-addr-file <ipfile> File with the list of IP addresses to impersonate
--ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated --ignored-ip-addr <iplist> Inline list of IP addresses to NOT respond to, comma-separated
--ignored-ip-addr-file <ignoredipfile> File with the list of IP addresses to NOT respond to --ignored-ip-addr-file <ignoredipfile> File with the list of IP addresses to NOT respond to
-m, --mac-addr <mac> MAC address to use in the response packets -m, --mac-addr <mac> MAC address to use in the response packets
-q, --quiet Quiet mode: does not output anything on stdout -q, --quiet Quiet mode: does not output anything on stdout