Skip to content

Commit

Permalink
Merge pull request #283 from catap/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in examples
  • Loading branch information
noborus authored Jul 2, 2024
2 parents 7e4bb25 + 5844ffc commit 4cf9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func Usage(flags *flag.FlagSet) {
fmt.Fprintf(flags.Output(), "\n%s\n", bold("Examples:"))
fmt.Fprintf(flags.Output(), " $ trdsql \"SELECT c1,c2 FROM test.csv\"\n")
fmt.Fprintf(flags.Output(), " $ trdsql -oltsv \"SELECT c1,c2 FROM test.json::.items\"\n")
fmt.Fprintf(flags.Output(), " $ cat test.csv | trdsql -i csv -oltsv \"SELECT c1,c2 FROM -\"\n")
fmt.Fprintf(flags.Output(), " $ cat test.csv | trdsql -icsv -oltsv \"SELECT c1,c2 FROM -\"\n")
}

func usageFlag(f *flag.Flag) string {
Expand Down

0 comments on commit 4cf9856

Please sign in to comment.