mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-25 15:33:39 +00:00
Update create_cmd.py
This commit is contained in:
parent
c83507eb0c
commit
bfe6e0da5d
1 changed files with 2 additions and 1 deletions
|
@ -802,7 +802,8 @@ def build_parser_create(self, subparsers, common_parser, mid_common_parser):
|
|||
subparser.add_argument(
|
||||
"--paths-from-stdin",
|
||||
action="store_true",
|
||||
help="read DELIM-separated list of paths to back up from stdin. Exclusive option - no recursion, no excludes, ``-x`` does not apply.",
|
||||
help="read DELIM-separated list of paths to back up from stdin. All control is external: it will back"
|
||||
" up all files given - no more, no less.",
|
||||
)
|
||||
subparser.add_argument(
|
||||
"--paths-from-command",
|
||||
|
|
Loading…
Reference in a new issue