1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-22 22:22:27 +00:00

fix "patterns" help formatting, too

this way it renders nicely in html (via sphinx) and on console
This commit is contained in:
Thomas Waldmann 2016-06-22 08:44:14 +02:00
parent 5ae340998c
commit 12cb66b9f6

View file

@ -773,7 +773,7 @@ def do_break_lock(self, args, repository):
whitespace removal paths with whitespace at the beginning or end can only be whitespace removal paths with whitespace at the beginning or end can only be
excluded using regular expressions. excluded using regular expressions.
Examples: Examples::
# Exclude '/home/user/file.o' but not '/home/user/file.odt': # Exclude '/home/user/file.o' but not '/home/user/file.odt':
$ borg create -e '*.o' backup / $ borg create -e '*.o' backup /