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 cd22a16 commit 39c0d57Copy full SHA for 39c0d57
cmd/tab2csv/tab2csv.go
@@ -74,6 +74,8 @@ func main() {
74
75
if showHelp {
76
fmt.Fprintf(os.Stdout, description, appName, appName)
77
+ //FIXME: need to forse this to standard out ...
78
+ flag.PrintDefaults()
79
fmt.Fprintf(os.Stdout, examples, appName)
80
os.Exit(0)
81
}
0 commit comments