Skip to content

Commit

Permalink
Change project title
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Nov 1, 2021
1 parent 95b9c32 commit 571bf29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TODO: examples, stdin/stdout

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/interp/interp.jq
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def _main:
},
};
def _banner:
( "fq - jq for files"
( "fq - jq for binary formats"
, "Tool, language and format decoders for exploring binary data."
, "For more information see https://github.com/wader/fq"
);
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 @@ -3,7 +3,7 @@ exitcode: 2
stderr:
Usage: fq [OPTIONS] [--] [EXPR] [FILE...]
$ fq -h
fq - jq for files
fq - jq for binary formats
Tool, language and format decoders for exploring binary data.
For more information see https://github.com/wader/fq

Expand Down

0 comments on commit 571bf29

Please sign in to comment.