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 64e22cf commit e15ffbaCopy full SHA for e15ffba
cmd/main.go
@@ -80,7 +80,7 @@ func usageForSubcommand(subcommand Subcommand) string {
80
}
81
82
func exitTerseUsage() {
83
- fmt.Fprintln(os.Stderr, "usage: gocsv subcommand [flags] [file(s)]")
+ fmt.Fprintln(os.Stderr, "usage: gocsv help|version|<subcommand>")
84
fmt.Fprintln(os.Stderr, "Run 'gocsv help' for a list of subcommands, and 'gocsv <subcommand> -h' for subcommand details.")
85
os.Exit(2)
86
0 commit comments