[client] minor typo fix for -P requirement under spoofed src mode
This commit is contained in:
parent
2da2704d4c
commit
956199a3cb
@ -1757,7 +1757,7 @@ validate_options(fko_cli_options_t *options)
|
||||
&& options->spa_proto != FKO_PROTO_ICMP)
|
||||
{
|
||||
log_msg(LOG_VERBOSITY_ERROR,
|
||||
"Must set -Q <udpraw|tcpraw|icmp> with a spoofed source IP");
|
||||
"Must set -P <udpraw|tcpraw|icmp> with a spoofed source IP");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user