fix command line version documentation
This commit is contained in:
parent
2e442aea15
commit
a4243b3608
@ -2636,6 +2636,8 @@ Common options:
|
|||||||
-m : dump the whole document meta[] array for each result
|
-m : dump the whole document meta[] array for each result
|
||||||
-A : output the document abstracts
|
-A : output the document abstracts
|
||||||
-S fld : sort by field <fld>
|
-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
|
-D : sort descending
|
||||||
-i <dbdir> : additional index, several can be given
|
-i <dbdir> : additional index, several can be given
|
||||||
-e use url encoding (%xx) for urls
|
-e use url encoding (%xx) for urls
|
||||||
|
|||||||
@ -106,7 +106,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
@NOQTMAKE@${INSTALL} -m 0444 doc/man/recoll.1 ${mandir}/man1/
|
@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/recollindex.1 ${mandir}/man1/
|
||||||
${INSTALL} -m 0444 doc/man/recoll.conf.5 ${mandir}/man5/
|
${INSTALL} -m 0444 doc/man/recoll.conf.5 ${mandir}/man5/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user