summaryrefslogtreecommitdiffstats
path: root/docs/usage/help.rst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/help.rst.inc')
-rw-r--r--docs/usage/help.rst.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/help.rst.inc b/docs/usage/help.rst.inc
index 8ac089cfb..c78482667 100644
--- a/docs/usage/help.rst.inc
+++ b/docs/usage/help.rst.inc
@@ -77,7 +77,7 @@ Path full-match, selector `pf:`
This pattern style is (only) useful to match full paths.
This is kind of a pseudo pattern as it can not have any variable or
unspecified parts - the full path must be given. `pf:root/file.ext` matches
- `root/file.txt` only. A leading path separator is always removed.
+ `root/file.ext` only. A leading path separator is always removed.
Implementation note: this is implemented via very time-efficient O(1)
hashtable lookups (this means you can have huge amounts of such patterns