tquery

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

commit f654261d266d9eec5443fefa0200e942d823caef
parent 31f39b1b2d6464dc59b5b45c7883073e765e3589
Author: Louis Burda <quent.burda@gmail.com>
Date:   Fri, 14 Jun 2024 02:12:12 +0200

Merge branch 'master' of sinitax.com:sinitax/tquery

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

diff --git a/tquery.c b/tquery.c @@ -490,10 +490,11 @@ usage(int rc, bool full) fprintf(stderr, "\n"); fprintf(stderr, " -h, --help Show this message\n"); fprintf(stderr, " -d, --delim Set input entry delim\n"); - fprintf(stderr, " -s, --oneshot Exit after oneshot selection\n"); + fprintf(stderr, " -o, --oneshot Exit after oneshot selection\n"); fprintf(stderr, " -e, --stderr Dont close child stderr\n"); - fprintf(stderr, " -a, --args Split the query into args\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, "\n"); } exit(rc);