Skip to content

Commit

Permalink
Fix typo in manual: "-seq" => "--seq"
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele6 authored and nicowilliams committed Jul 29, 2023
1 parent ee2a215 commit a6eb055
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3262,8 +3262,8 @@ sections:
Streaming forms include `[<path>, <leaf-value>]` (to indicate any
scalar value, empty array, or empty object), and `[<path>]` (to
indicate the end of an array or object). Future versions of jq
run with `--stream` and `-seq` may output additional forms such as
`["error message"]` when an input text fails to parse.
run with `--stream` and `--seq` may output additional forms such
as `["error message"]` when an input text fails to parse.
entries:
- title: "`truncate_stream(stream_expression)`"
Expand Down
4 changes: 2 additions & 2 deletions docs/content/manual/v1.5/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2627,8 +2627,8 @@ sections:
Streaming forms include `[<path>, <leaf-value>]` (to indicate any
scalar value, empty array, or empty object), and `[<path>]` (to
indicate the end of an array or object). Future versions of jq
run with `--stream` and `-seq` may output additional forms such as
`["error message"]` when an input text fails to parse.
run with `--stream` and `--seq` may output additional forms such
as `["error message"]` when an input text fails to parse.
entries:
- title: "`truncate_stream(stream_expression)`"
Expand Down
4 changes: 2 additions & 2 deletions docs/content/manual/v1.6/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3002,8 +3002,8 @@ sections:
Streaming forms include `[<path>, <leaf-value>]` (to indicate any
scalar value, empty array, or empty object), and `[<path>]` (to
indicate the end of an array or object). Future versions of jq
run with `--stream` and `-seq` may output additional forms such as
`["error message"]` when an input text fails to parse.
run with `--stream` and `--seq` may output additional forms such
as `["error message"]` when an input text fails to parse.
entries:
- title: "`truncate_stream(stream_expression)`"
Expand Down
2 changes: 1 addition & 1 deletion jq.1.prebuilt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6eb055

Please sign in to comment.