diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-06-14 02:12:12 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-06-14 02:16:39 +0200 |
| commit | f654261d266d9eec5443fefa0200e942d823caef (patch) | |
| tree | 15428743ef9ce4fd3bb91d5cbeed71953a9e8528 | |
| parent | 31f39b1b2d6464dc59b5b45c7883073e765e3589 (diff) | |
| parent | 4e63f021bbbe00a5e456385ab11ddf8a1a5fe524 (diff) | |
| download | tquery-f654261d266d9eec5443fefa0200e942d823caef.tar.gz tquery-f654261d266d9eec5443fefa0200e942d823caef.zip | |
Merge branch 'master' of sinitax.com:sinitax/tquery
| -rw-r--r-- | tquery.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); |
