Skip to content

Commit

Permalink
Fix jq specification in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Jun 8, 2024
1 parent 477b93f commit 9e8ddfe
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 @@ -371,7 +371,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(), " $ 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")
}

Expand Down

0 comments on commit 9e8ddfe

Please sign in to comment.