File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ noping <ip> [OPTIONS]
43
43
| ` -c, --count <count> ` | Number of pings (default: 65535) |
44
44
| ` -t, --timeout <ms> ` | Timeout in milliseconds (default: 1000) |
45
45
| ` -m, --minimal ` | Minimal output mode. |
46
- | ` --proto <tcp/udp> ` | Protocol to use when a port is specified (default: TCP) |
47
46
| ` -v, --version ` | Print detailed version information.
47
+ | ` --proto <tcp/udp> ` | Protocol to use when a port is specified (default: TCP) |
48
48
| ` --update …[version] ` | Update noping to the specified version (when empty, it updates to the latest version).
49
49
50
50
## Examples
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ func printHelpMenu() {
16
16
fmt .Println (" -c, --count <count> number of pings (default: 65535) [OPTIONAL]" )
17
17
fmt .Println (" -t, --timeout <timeout> timeout in milliseconds (default: 1000) [OPTIONAL]" )
18
18
fmt .Println (" -m, --minimal print only the minimum information (default: false) [OPTIONAL]" )
19
- fmt .Println (" --proto <protocol (tcp/udp)> protocol to use (default: tcp) [OPTIONAL]" )
20
19
fmt .Println (" -v, --version print detailed version information" )
20
+ fmt .Println (" --proto <protocol (tcp/udp)> protocol to use (default: tcp) [OPTIONAL]" )
21
21
fmt .Println (" --update …[version] update noping to the specified version (when empty, it updates to the latest version)" )
22
22
fmt .Println ("" )
23
23
}
You can’t perform that action at this time.
0 commit comments