fix command line version documentation

This commit is contained in:
Jean-Francois Dockes 2014-04-08 08:58:29 +02:00
parent 2e442aea15
commit a4243b3608
2 changed files with 4 additions and 1 deletions

View File

@ -2636,6 +2636,8 @@ Common options:
-m : dump the whole document meta[] array for each result
-A : output the document abstracts
-S fld : sort by field <fld>
-s stemlang : set stemming language to use (must exist in index...)
Use -s "" to turn off stem expansion
-D : sort descending
-i <dbdir> : additional index, several can be given
-e use url encoding (%xx) for urls

View File

@ -106,7 +106,8 @@ else
fi
@NOQTMAKE@${INSTALL} -m 0444 doc/man/recoll.1 ${mandir}/man1/
@NOCMDLINE@${INSTALL} -m 0444 doc/man/recollq.1 ${mandir}/man1/
# Install the recollq man page in all cases, it's useful for recoll -t
${INSTALL} -m 0444 doc/man/recollq.1 ${mandir}/man1/
${INSTALL} -m 0444 doc/man/recollindex.1 ${mandir}/man1/
${INSTALL} -m 0444 doc/man/recoll.conf.5 ${mandir}/man5/