浏览代码

Update create_cmd.py

elandorr 2 年之前
父节点
当前提交
bfe6e0da5d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/borg/archiver/create_cmd.py

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

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