aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 8e98ee1eb..a5036b361 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -891,6 +891,11 @@ header when requesting a document from a URL:
will not be searched. For example:
`--resource-path=.:test` will search the working directory
and the `test` subdirectory, in that order.
+ This option can be used repeatedly. Search path components
+ that come later on the command line will be searched before
+ those that come earlier, so
+ `--resource-path foo:bar --resource-path baz:bim` is
+ equivalent to `--resource-path baz:bim:foo:bar`.
`--request-header=`*NAME*`:`*VAL*