Skip to content

Commit

Permalink
doc: Remove spurious backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Nov 10, 2023
1 parent 0030740 commit 5abf151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ How to represent raw binary as JSON.
- `-o bits_format=snippet` Truncated Base64 string prefixed with bit length.

```sh
$ fq -V -o bits_format=base64 . file`
$ fq -V -o bits_format=base64 . file
```
In query
```jq
Expand All @@ -837,7 +837,7 @@ tovalue({bits_format: "md5"})
Skip gaps fields (`gap0` etc) when using `tovalue` or `-V`. Note that this might affect array indexes if one more more gaps fields are skipped in an array.

```sh
$ fq -V -o skip_gaps=true . file`
$ fq -V -o skip_gaps=true . file
```
In query
```jq
Expand Down

0 comments on commit 5abf151

Please sign in to comment.