tquery

Interactive command query tool
git clone https://git.sinitax.com/sinitax/tquery
Log | Files | Refs | LICENSE | sfeed.txt

commit 67b468093963a33c8b6c4893009a27fc7f81e0d1
parent f654261d266d9eec5443fefa0200e942d823caef
Author: Louis Burda <quent.burda@gmail.com>
Date:   Wed, 17 Jul 2024 23:54:15 +0200

Update usage

Diffstat:
Mtquery.c | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tquery.c b/tquery.c @@ -493,8 +493,10 @@ usage(int rc, bool full) fprintf(stderr, " -o, --oneshot Exit after oneshot selection\n"); fprintf(stderr, " -e, --stderr Dont close child stderr\n"); fprintf(stderr, " -s, --split Split the query into args\n"); - fprintf(stderr, " -x, --hook Program to invoke on Ctrl-x\n"); - fprintf(stderr, " -X, --hook-io Program to invoke on Ctrl-x with io\n"); + fprintf(stderr, " -r, --run Program to run on Enter\n"); + fprintf(stderr, " -r, --run-io Program to run interactively on Enter\n"); + fprintf(stderr, " -x, --hook Program to run on Ctrl-X\n"); + fprintf(stderr, " -X, --hook-io Program to run interactively on Ctrl-X\n"); fprintf(stderr, "\n"); } exit(rc);