Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Yannick Heiber <[email protected]>
  • Loading branch information
satabin and ybasket committed Oct 4, 2023
1 parent 6442b3b commit e534a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object JqLike extends CommandIOApp(name = "fs2-jq", header = "A streaming implem

val query: Opts[Option[String]] =
Opts
.option[String](long = "query", short = "q", help = "The query to execute on the input (default to '.')")
.option[String](long = "query", short = "q", help = "The query to execute on the input (defaults to '.')")
.orNone

val input: Opts[Either[String, Path]] =
Expand Down

0 comments on commit e534a65

Please sign in to comment.