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 e2cf88e commit cbcddffCopy full SHA for cbcddff
main.go
@@ -45,7 +45,7 @@ func commandUsage(name string) {
45
var (
46
flAPIEndPoint *string
47
flDebug = flag.Bool([]string{"D", "-debug"}, false, "Enable debug mode")
48
- flVersion = flag.Bool([]string{"v", "--version"}, false, "Print version information and quit")
+ flVersion = flag.Bool([]string{"v", "-version"}, false, "Print version information and quit")
49
)
50
51
func main() {
0 commit comments