Explorar el Código

mention paths-from-stdin's exclusiveness

elandorr hace 2 años
padre
commit
c83507eb0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/borg/archiver/create_cmd.py

+ 1 - 1
src/borg/archiver/create_cmd.py

@@ -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",