mention paths-from-stdin's exclusiveness

This commit is contained in:
elandorr 2023-05-14 19:24:55 +00:00 committed by GitHub
parent 4fb2f2151e
commit c83507eb0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -802,7 +802,7 @@ class CreateMixIn:
subparser.add_argument(
"--paths-from-stdin",
action="store_true",
help="read DELIM-separated list of paths to back up from stdin. Will not " "recurse into directories.",
help="read DELIM-separated list of paths to back up from stdin. Exclusive option - no recursion, no excludes, ``-x`` does not apply.",
)
subparser.add_argument(
"--paths-from-command",