mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
nc: Sort command line arguments alphabetically
This commit is contained in:
parent
f61947fa9e
commit
552e317a89
2 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ nc
|
|||
## Synopsis
|
||||
|
||||
```sh
|
||||
$ nc [--listen] [--verbose] [--udp] [-N] [--length ] <target> <port>
|
||||
$ nc [--length ] [--listen] [-N] [--udp] [--verbose] <target> <port>
|
||||
```
|
||||
|
||||
## Description
|
||||
|
@ -14,11 +14,11 @@ Network cat: Connect to network sockets as if it were a file.
|
|||
|
||||
## Options
|
||||
|
||||
* `-l`, `--listen`: Listen instead of connecting
|
||||
* `-v`, `--verbose`: Log everything that's happening
|
||||
* `-u`, `--udp`: UDP mode
|
||||
* `-N`: Close connection after reading stdin to the end
|
||||
* `-I`, `--length`: Set maximum tcp receive buffer size
|
||||
* `-l`, `--listen`: Listen instead of connecting
|
||||
* `-N`: Close connection after reading stdin to the end
|
||||
* `-u`, `--udp`: UDP mode
|
||||
* `-v`, `--verbose`: Log everything that's happening
|
||||
|
||||
## Arguments
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue