1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00

leveldb: improve log documentation

This commit is contained in:
Michael B. 2023-12-07 14:36:47 +01:00
parent 1ba8dec56c
commit 3a396e156e
3 changed files with 3 additions and 3 deletions

View File

@ -712,7 +712,7 @@ $ fq -r -o array=true -d html '.. | select(.[0] == "a" and .[1].href)?.[1].href'
### Limitations
- fragmented non-"full" records are not merged and decoded further.
- individual record contents are not merged nor decoded further.
### Authors

View File

@ -1,6 +1,6 @@
### Limitations
- fragmented non-"full" records are not merged and decoded further.
- individual record contents are not merged nor decoded further.
### Authors

View File

@ -11,7 +11,7 @@ Decode examples
Limitations
===========
- fragmented non-"full" records are not merged and decoded further.
- individual record contents are not merged nor decoded further.
Authors
=======