Skip to content

Commit

Permalink
changed help text
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-sherpa committed Oct 9, 2023
1 parent bcf00e7 commit b26cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/transformCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func init() {
transformCmd.Flags().StringVarP(
&input, "input", "i", "", "input file (optional; if not specified, stdin/pipe is used)")
transformCmd.Flags().BoolVarP(
&stream, "stream", "", false, "change the output format to ndjson")
&stream, "stream", "", false, "if specified, each record will be a standalone/full JSON blob and printed out immediately once transform is done")
}

func openFile(label string, filepath string) (io.ReadCloser, error) {
Expand Down

0 comments on commit b26cb6d

Please sign in to comment.