[client] minor typo fix for -P requirement under spoofed src mode

This commit is contained in:
Michael Rash 2014-04-03 22:52:11 -04:00
parent 2da2704d4c
commit 956199a3cb

View File

@ -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);
}
}