mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Adds missing --no-shutdown description. Closes #1200
This commit is contained in:
parent
23d61f5baa
commit
45229e0fbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue