mirror of
https://github.com/wader/fq.git
synced 2024-12-23 05:13:30 +03:00
doc: fq - jq for files
This commit is contained in:
parent
27ba3592d0
commit
b9b0326009
@ -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
|
||||
|
||||
|
@ -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"
|
||||
);
|
||||
|
2
pkg/interp/testdata/args.fqtest
vendored
2
pkg/interp/testdata/args.fqtest
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user