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 @@ -45,7 +45,7 @@ noping <ip> [OPTIONS]
45
45
| ` -m, --minimal ` | Minimal output mode. |
46
46
| ` -v, --version ` | Print detailed version information.
47
47
| ` --proto <tcp/udp> ` | Protocol to use when a port is specified (default: TCP) |
48
- | ` --update … [version] ` | Update noping to the specified version (when empty, it updates to the latest version).
48
+ | ` --update [version] ` | Update noping to the specified version (when empty, it updates to the latest version).
49
49
50
50
## Examples
51
51
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ func printHelpMenu() {
18
18
fmt .Println (" -m, --minimal print only the minimum information (default: false) [OPTIONAL]" )
19
19
fmt .Println (" -v, --version print detailed version information" )
20
20
fmt .Println (" --proto <protocol (tcp/udp)> protocol to use (default: tcp) [OPTIONAL]" )
21
- fmt .Println (" --update … [version] update noping to the specified version (when empty, it updates to the latest version)" )
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