jaq: use jaq in the usage, not the full path which is ugly - json2tsv - JSON to TSV converter
(HTM) git clone git://git.codemadness.org/json2tsv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6c4f4766a6151180fafe4f5d8d7e396e2a0d1876
(DIR) parent 7a687c50f0dd18733249b3d6c553225ad85f9a3f
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) 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="$*"