Switch to unified view

a/src/query/recollq.cpp b/src/query/recollq.cpp
...
...
100
"    -b : basic. Just output urls, no mime types or titles\n"
100
"    -b : basic. Just output urls, no mime types or titles\n"
101
"    -Q : no result lines, just the processed query and result count\n"
101
"    -Q : no result lines, just the processed query and result count\n"
102
"    -m : dump the whole document meta[] array for each result\n"
102
"    -m : dump the whole document meta[] array for each result\n"
103
"    -A : output the document abstracts\n"
103
"    -A : output the document abstracts\n"
104
"    -S fld : sort by field <fld>\n"
104
"    -S fld : sort by field <fld>\n"
105
"    -s stemlang : set stemming language to use (must exist in index...)\n"
106
"       Use -s \"\" to turn off stem expansion\n"
105
"    -D : sort descending\n"
107
"    -D : sort descending\n"
106
"    -i <dbdir> : additional index, several can be given\n"
108
"    -i <dbdir> : additional index, several can be given\n"
107
"    -e use url encoding (%xx) for urls\n"
109
"    -e use url encoding (%xx) for urls\n"
108
"    -F <field name list> : output exactly these fields for each result.\n"
110
"    -F <field name list> : output exactly these fields for each result.\n"
109
"       The field values are encoded in base64, output in one line and \n"
111
"       The field values are encoded in base64, output in one line and \n"