1
1
mirror of https://github.com/wader/fq.git synced 2024-09-20 08:18:51 +03:00

doc: fq - jq for files

This commit is contained in:
Mattias Wadman 2021-08-21 18:52:13 +02:00
parent 27ba3592d0
commit b9b0326009
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<pre sh>
$ fq -h 
fq - jq for binary
fq - jq for files
Tool, language and decoders for exploring binary data.
For more information see https://github.com/wader/fq

View File

@ -412,7 +412,7 @@ def _main:
},
};
def _info:
( "fq - jq for binary"
( "fq - jq for files"
, "Tool, language and decoders for exploring binary data."
, "For more information see https://github.com/wader/fq"
);

View File

@ -4,7 +4,7 @@ exitcode: 2
stderr:
Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
$ fq -h
fq - jq for binary
fq - jq for files
Tool, language and decoders for exploring binary data.
For more information see https://github.com/wader/fq