From 45229e0fbd5172f2d1c2bec84fca533c98a79210 Mon Sep 17 00:00:00 2001 From: nnposter Date: Thu, 26 Apr 2018 19:44:58 +0000 Subject: [PATCH] Adds missing --no-shutdown description. Closes #1200 --- ncat/ncat_main.c | 1 + 1 file changed, 1 insertion(+) 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"