From bab8cde508e9341cc2883c1c0e8d6e063e69f871 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 6 Jan 2021 12:02:09 +0100 Subject: [PATCH] small fix to recollq usage string --- src/query/recollq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/recollq.cpp b/src/query/recollq.cpp index 3372ed34..0e2b2ffc 100644 --- a/src/query/recollq.cpp +++ b/src/query/recollq.cpp @@ -137,7 +137,7 @@ static char usage [] = " -Q : no result lines, just the processed query and result count.\n" " -m : dump the whole document meta[] array for each result.\n" " -A : output the document abstracts.\n" -" -p : show snippets, with page numbers instead of abstract.\n" +" -p : show snippets, with page numbers instead of the concatenated abstract.\n" " -S fld : sort by field .\n" " -D : sort descending.\n" " -s stemlang : set stemming language to use (must exist in index...).\n"