summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-10-04 00:19:45 +0200
committerpgen <p.gen.progs@gmail.com>2020-10-04 00:19:45 +0200
commit7304e152519770bd3cf555df27520e96b8ade3df (patch)
tree0096c71832d3b5c19ea929d7cbdd96ff7ee104c3 /usage.c
parent608fe40351cb999218c4e81580483d130cfea293 (diff)
Add a -Q|-ignore_quotes option to ignore quotes
With this option " and ' will lose their grouping function and be considered normal characters.
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index d1152aa..6ce2675 100644
--- a/usage.c
+++ b/usage.c
@@ -74,6 +74,8 @@ common_help(void)
printf(" enables ENTER to validate the selection even in search mode.\n");
printf("-v|-vb|-visual_bell\n");
printf(" makes the bell visual (fuzzy search with error).\n");
+ printf("-Q|-ignore_quotes\n");
+ printf(" treats single and double quotes as normal characters.\n");
}
void