Skip to content

Commit dd04c7e

Browse files
committed
Adjust sorting so its cleaner.
1 parent 6aa0a66 commit dd04c7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ noping <ip> [OPTIONS]
4343
| `-c, --count <count>` | Number of pings (default: 65535) |
4444
| `-t, --timeout <ms>` | Timeout in milliseconds (default: 1000) |
4545
| `-m, --minimal` | Minimal output mode. |
46-
| `--proto <tcp/udp>` | Protocol to use when a port is specified (default: TCP) |
4746
| `-v, --version` | Print detailed version information.
47+
| `--proto <tcp/udp>` | Protocol to use when a port is specified (default: TCP) |
4848
| `--update …[version]` | Update noping to the specified version (when empty, it updates to the latest version).
4949

5050
## Examples

helpMenu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ func printHelpMenu() {
1616
fmt.Println(" -c, --count <count> number of pings (default: 65535) [OPTIONAL]")
1717
fmt.Println(" -t, --timeout <timeout> timeout in milliseconds (default: 1000) [OPTIONAL]")
1818
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]")
2019
fmt.Println(" -v, --version print detailed version information")
20+
fmt.Println(" --proto <protocol (tcp/udp)> protocol to use (default: tcp) [OPTIONAL]")
2121
fmt.Println(" --update …[version] update noping to the specified version (when empty, it updates to the latest version)")
2222
fmt.Println("")
2323
}

0 commit comments

Comments
 (0)