1
1
mirror of https://github.com/wader/fq.git synced 2024-10-26 20:06:29 +03:00

Merge pull request #814 from wader/usage-remove-spurious-backtick

doc: Remove spurious backtick
This commit is contained in:
Mattias Wadman 2023-11-10 15:03:08 +01:00 committed by GitHub
commit cfd18e7657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -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