CONTRIB: tcploop: report action 'K' (kill) in usage message

It was missing from the initial import.
This commit is contained in:
Willy Tarreau 2017-03-14 14:44:06 +01:00
parent 752cc49728
commit bcd817e669

View File

@ -108,6 +108,7 @@ __attribute__((noreturn)) void usage(int code, const char *arg0)
" A[<count>] : Accepts <count> incoming sockets and closes count-1\n"
" Note: fd=accept(fd)\n"
" J : Jump back to oldest post-fork/post-accept action\n"
" K : kill the connection and go on with next operation\n"
" G : disable lingering\n"
" T : set TCP_NODELAY\n"
" Q : disable TCP Quick-ack\n"