1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 07:59:03 +00:00

Adds missing --no-shutdown description. Closes #1200

This commit is contained in:
nnposter
2018-04-26 19:44:58 +00:00
parent 23d61f5baa
commit 45229e0fbd

View File

@@ -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"