mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 06:01:54 +00:00
fix "patterns" help formatting, too
this way it renders nicely in html (via sphinx) and on console
This commit is contained in:
parent
5ae340998c
commit
12cb66b9f6
1 changed files with 23 additions and 23 deletions
|
@ -773,7 +773,7 @@ def do_break_lock(self, args, repository):
|
|||
whitespace removal paths with whitespace at the beginning or end can only be
|
||||
excluded using regular expressions.
|
||||
|
||||
Examples:
|
||||
Examples::
|
||||
|
||||
# Exclude '/home/user/file.o' but not '/home/user/file.odt':
|
||||
$ borg create -e '*.o' backup /
|
||||
|
|
Loading…
Reference in a new issue