summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-06-14 02:12:12 +0200
committerLouis Burda <quent.burda@gmail.com>2024-06-14 02:16:39 +0200
commitf654261d266d9eec5443fefa0200e942d823caef (patch)
tree15428743ef9ce4fd3bb91d5cbeed71953a9e8528
parent31f39b1b2d6464dc59b5b45c7883073e765e3589 (diff)
parent4e63f021bbbe00a5e456385ab11ddf8a1a5fe524 (diff)
downloadtquery-f654261d266d9eec5443fefa0200e942d823caef.tar.gz
tquery-f654261d266d9eec5443fefa0200e942d823caef.zip
Merge branch 'master' of sinitax.com:sinitax/tquery
-rw-r--r--tquery.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tquery.c b/tquery.c
index d468ce3..2b09d63 100644
--- 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);