jaq: use jaq in the usage, not the full path which is ugly - json2tsv - JSON to… | |
git clone git://git.codemadness.org/json2tsv | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6c4f4766a6151180fafe4f5d8d7e396e2a0d1876 | |
parent 7a687c50f0dd18733249b3d6c553225ad85f9a3f | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 31 Aug 2022 22:40:23 +0200 | |
jaq: use jaq in the usage, not the full path which is ugly | |
Diffstat: | |
M jaq | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/jaq b/jaq | |
@@ -7,7 +7,7 @@ if test "$1" = "-n"; then | |
fi | |
if [ $# -le 0 ]; then | |
- echo "usage: $0 [-n] <awk expressions...>" >&2 | |
+ echo "usage: jaq [-n] <awk expressions...>" >&2 | |
exit 1 | |
fi | |
expr="$*" |