Skip to content

Commit a844777

Browse files
committed
Remove dots that sneaked in
1 parent dd04c7e commit a844777

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
@@ -45,7 +45,7 @@ noping <ip> [OPTIONS]
4545
| `-m, --minimal` | Minimal output mode. |
4646
| `-v, --version` | Print detailed version information.
4747
| `--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).
4949

5050
## Examples
5151

helpMenu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ func printHelpMenu() {
1818
fmt.Println(" -m, --minimal print only the minimum information (default: false) [OPTIONAL]")
1919
fmt.Println(" -v, --version print detailed version information")
2020
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)")
2222
fmt.Println("")
2323
}

0 commit comments

Comments
 (0)