diff --git a/ncat/ncat_main.c b/ncat/ncat_main.c index 33bec7fe1..ef630d10e 100644 --- a/ncat/ncat_main.c +++ b/ncat/ncat_main.c @@ -637,6 +637,7 @@ int main(int argc, char *argv[]) " --append-output Append rather than clobber specified output files\n" " --send-only Only send data, ignoring received; quit on EOF\n" " --recv-only Only receive data, never send anything\n" +" --no-shutdown Continue half-duplex when receiving EOF on stdin\n" " --allow Allow only given hosts to connect to Ncat\n" " --allowfile A file of hosts allowed to connect to Ncat\n" " --deny Deny given hosts from connecting to Ncat\n"