use custom flagset (#85)

This commit is contained in:
Joshua Humphries
2019-02-28 10:58:53 -05:00
committed by GitHub
parent 5082a1dc68
commit 4c9c82cec3
2 changed files with 33 additions and 33 deletions
+1 -3
View File
@@ -2,10 +2,8 @@
package main
import "flag"
var (
unix = flag.Bool("unix", false, prettify(`
unix = flags.Bool("unix", false, prettify(`
Indicates that the server address is the path to a Unix domain socket.`))
)