Add example of exclude-norecurse rule in help patterns

This commit is contained in:
Martin Stone 2019-06-02 18:46:03 +01:00
parent 8e6773265c
commit 38d971ac43
No known key found for this signature in database
GPG Key ID: EFCCE8CE3493314B
1 changed files with 3 additions and 1 deletions

View File

@ -2333,7 +2333,9 @@ class Archiver:
# include susans home # include susans home
+ /home/susan + /home/susan
# don't backup the other home directories # don't backup the other home directories
- /home/*\n\n''') - /home/*
# don't even look in /proc
! /proc\n\n''')
helptext['placeholders'] = textwrap.dedent(''' helptext['placeholders'] = textwrap.dedent('''
Repository (or Archive) URLs, ``--prefix``, ``--glob-archives``, ``--comment`` Repository (or Archive) URLs, ``--prefix``, ``--glob-archives``, ``--comment``
and ``--remote-path`` values support these placeholders: and ``--remote-path`` values support these placeholders: