X-Git-Url: https://git.sesse.net/?p=plocate;a=blobdiff_plain;f=plocate.1;h=090fdb9694da0bfb1269297ec5d9ea74f8e3cada;hp=56ff0eb9c6dbe9e4dce193395e6533f10ae3aecb;hb=3f086da52c281f81cb2290dad17cfb0f1d659810;hpb=4a70122ed746cb67c6f6a10cbf400627e7b03c29 diff --git a/plocate.1 b/plocate.1 index 56ff0eb..090fdb9 100644 --- a/plocate.1 +++ b/plocate.1 @@ -73,8 +73,10 @@ number at the end. .TP \fB\-d\fR, \fB\-\-database\fR \fIDBPATH\fR Find matches in the given database, instead of \fB/var/lib/plocate/plocate.db\fR. -.RB ( plocate -does not currently support multiple databases.) +This argument can be given multiple times, to search multiple databases. +It is also possible to give multiple databases in one argument, separated by +.BR : . +(Any character, including : and \\, can be escaped by prepending a \\.) .TP \fB\-i\fR, \fB\-\-ignore\-case\fR @@ -132,6 +134,15 @@ Print out usage information, then exit successfully. .B \-\-version Print out version information, then exit successfully. +.SH ENVIRONMENT + +.TP +\fBLOCATE_PATH\fR +If given, appended after the list of \fB\-\-database\fR paths +(whether an explicit is given or the default is used). +Colon-delimiting and character escaping follows the same rules +as for \fB\-\-database\fR. + .SH AUTHOR Steinar H. Gunderson