Skip to content

Commit 39c0d57

Browse files
committed
hack to include options on -help for tab2csv
1 parent cd22a16 commit 39c0d57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/tab2csv/tab2csv.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ func main() {
7474

7575
if showHelp {
7676
fmt.Fprintf(os.Stdout, description, appName, appName)
77+
//FIXME: need to forse this to standard out ...
78+
flag.PrintDefaults()
7779
fmt.Fprintf(os.Stdout, examples, appName)
7880
os.Exit(0)
7981
}

0 commit comments

Comments
 (0)