Skip to content

Commit

Permalink
Long desc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Larsson committed Nov 21, 2020
1 parent 1bb2f64 commit 613b41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var rootCmd = &cobra.Command{
Use: "tfr {file ... | -}",
Short: "A lightweight commandline TFRecords processor",
Long: `tfr is a lightweight command-line TFRecords processor that
reads serialized .tfrecord files and outputs to stdout in JSON format.`,
reads serialized .tfrecord files and outputs results as JSON on standard output.`,
Example: ` $ tfr data_tfrecord-00000-of-00001
{
"features": {
Expand Down

0 comments on commit 613b41f

Please sign in to comment.