Skip to content

Commit e15ffba

Browse files
committed
small language change
1 parent 64e22cf commit e15ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func usageForSubcommand(subcommand Subcommand) string {
8080
}
8181

8282
func exitTerseUsage() {
83-
fmt.Fprintln(os.Stderr, "usage: gocsv subcommand [flags] [file(s)]")
83+
fmt.Fprintln(os.Stderr, "usage: gocsv help|version|<subcommand>")
8484
fmt.Fprintln(os.Stderr, "Run 'gocsv help' for a list of subcommands, and 'gocsv <subcommand> -h' for subcommand details.")
8585
os.Exit(2)
8686
}

0 commit comments

Comments
 (0)