docs: add missing leading slashes in help patterns (#5869)

docs: add missing leading slashes in help patterns, fixes #5857
This commit is contained in:
remyabel 2021-06-25 20:23:46 -04:00 committed by GitHub
parent 1c7602f9e0
commit e8ede14877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2348,8 +2348,8 @@ class Archiver:
/home/*/junk
*.tmp
fm:aa:something/*
re:^home/[^/]\\.tmp/
sh:home/*/.thumbnails
re:^/home/[^/]+\\.tmp/
sh:/home/*/.thumbnails
# Example with spaces, no need to escape as it is processed by borg
some file with spaces.txt
EOF