We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e6be6 commit 025fec6Copy full SHA for 025fec6
respounder.go
@@ -171,7 +171,7 @@ func getValidIPv4Addr(addrs []net.Addr) net.IP {
171
func initFlags() {
172
flag.Usage = func() {
173
fmt.Fprintf(os.Stderr, "Respounder version %1.1f\n", Version)
174
- fmt.Fprintf(os.Stderr, "Usage: $ respounder [-json] [-debug] [-computername anewcomputername]")
+ fmt.Fprintf(os.Stderr, "Usage: $ respounder [-json] [-debug] [-computername anewcomputername!]")
175
fmt.Fprintf(os.Stderr, "\n\nFlags:\n")
176
flag.PrintDefaults()
177
}
0 commit comments