mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
clarify help text, fixes #73
This commit is contained in:
parent
562f3c7c33
commit
4068fc1e31
1 changed files with 2 additions and 2 deletions
|
@ -590,7 +590,7 @@ def run(self, args=None):
|
||||||
traversing all paths specified. The archive will consume almost no disk space for
|
traversing all paths specified. The archive will consume almost no disk space for
|
||||||
files or parts of files that have already been stored in other archives.
|
files or parts of files that have already been stored in other archives.
|
||||||
|
|
||||||
See "borg help patterns" for more help on exclude patterns.
|
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||||
""")
|
""")
|
||||||
|
|
||||||
subparser = subparsers.add_parser('create', parents=[common_parser],
|
subparser = subparsers.add_parser('create', parents=[common_parser],
|
||||||
|
@ -647,7 +647,7 @@ def run(self, args=None):
|
||||||
by passing a list of ``PATHs`` as arguments. The file selection can further
|
by passing a list of ``PATHs`` as arguments. The file selection can further
|
||||||
be restricted by using the ``--exclude`` option.
|
be restricted by using the ``--exclude`` option.
|
||||||
|
|
||||||
See "borg help patterns" for more help on exclude patterns.
|
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||||
""")
|
""")
|
||||||
subparser = subparsers.add_parser('extract', parents=[common_parser],
|
subparser = subparsers.add_parser('extract', parents=[common_parser],
|
||||||
description=self.do_extract.__doc__,
|
description=self.do_extract.__doc__,
|
||||||
|
|
Loading…
Reference in a new issue