mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 06:03:38 +00:00
escape
This commit is contained in:
parent
dbc142a32a
commit
f1bd5da8c9
1 changed files with 1 additions and 1 deletions
|
@ -3572,7 +3572,7 @@ class Archiver:
|
||||||
subparser.add_argument('--paths-from-command', action='store_true',
|
subparser.add_argument('--paths-from-command', action='store_true',
|
||||||
help='interpret PATH as command and treat its output as ``--paths-from-stdin``')
|
help='interpret PATH as command and treat its output as ``--paths-from-stdin``')
|
||||||
subparser.add_argument('--paths-delimiter', metavar='DELIM',
|
subparser.add_argument('--paths-delimiter', metavar='DELIM',
|
||||||
help='set path delimiter for ``--paths-from-stdin`` and ``--paths-from-command`` (default: \\n) ')
|
help='set path delimiter for ``--paths-from-stdin`` and ``--paths-from-command`` (default: ``\\n``)')
|
||||||
|
|
||||||
exclude_group = define_exclusion_group(subparser, tag_files=True)
|
exclude_group = define_exclusion_group(subparser, tag_files=True)
|
||||||
exclude_group.add_argument('--exclude-nodump', dest='exclude_nodump', action='store_true',
|
exclude_group.add_argument('--exclude-nodump', dest='exclude_nodump', action='store_true',
|
||||||
|
|
Loading…
Add table
Reference in a new issue