Update create_cmd.py

This commit is contained in:
elandorr 2023-05-15 11:49:22 +00:00 committed by GitHub
parent c83507eb0c
commit bfe6e0da5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -802,7 +802,8 @@ class CreateMixIn:
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",