Skip to content

Commit

Permalink
doc: Some rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Nov 18, 2021
1 parent d838d2f commit 07c7daa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fq

Tool, language and format decoders for exploring binary data.
Tool, language and decoders for exploring binary data.

![fq demo](doc/demo.svg)

Expand Down Expand Up @@ -75,7 +75,7 @@ See [dev.md](doc/dev.md)

## Thanks and related projects

This project would not be possible without [itchyny](https://github.com/itchyny)'s
This project would not have been possible without [itchyny](https://github.com/itchyny)'s
jq implementation [gojq](https://github.com/itchyny/gojq). Also want to thank
[HexFiend](https://github.com/HexFiend/HexFiend) for inspiration and ideas and [stedolan](https://github.com/stedolan)
for inventing the [jq](https://github.com/stedolan/jq) language.
Expand Down
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TODO: examples, stdin/stdout
<pre sh>
$ fq -h 
fq - jq for binary formats
Tool, language and format decoders for exploring binary data.
Tool, language and decoders for exploring binary data.
For more information see https://github.com/wader/fq

Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
Expand Down
2 changes: 1 addition & 1 deletion pkg/interp/interp.jq
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _main:
);
def _banner:
( "fq - jq for binary formats"
, "Tool, language and format decoders for exploring binary data."
, "Tool, language and decoders for exploring binary data."
, "For more information see https://github.com/wader/fq"
);
def _usage($arg0):
Expand Down
2 changes: 1 addition & 1 deletion pkg/interp/testdata/args.fqtest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stderr:
Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
$ fq -h
fq - jq for binary formats
Tool, language and format decoders for exploring binary data.
Tool, language and decoders for exploring binary data.
For more information see https://github.com/wader/fq

Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
Expand Down

0 comments on commit 07c7daa

Please sign in to comment.