From 7304e152519770bd3cf555df27520e96b8ade3df Mon Sep 17 00:00:00 2001 From: pgen Date: Sun, 4 Oct 2020 00:19:45 +0200 Subject: Add a -Q|-ignore_quotes option to ignore quotes With this option " and ' will lose their grouping function and be considered normal characters. --- usage.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usage.c') 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 -- cgit v1.2.3