浏览代码

Update archiver.py

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

+ 2 - 2
src/borg/archiver.py

@@ -3582,8 +3582,8 @@ class Archiver:
                                help='interpret PATH as command and store its stdout. See also section Reading from'
                                     ' stdin below.')
         subparser.add_argument('--paths-from-stdin', action='store_true',
-                               help='read DELIM-separated list of paths to backup from stdin. Exclusive option - no recursion'
-                                    ', no excludes, ``-x`` does not apply.')
+                               help='read DELIM-separated list of paths to backup from stdin. All control is external:'
+                                    ' it will back up all files given - no more, no less.')
         subparser.add_argument('--paths-from-command', action='store_true',
                                help='interpret PATH as command and treat its output as ``--paths-from-stdin``')
         subparser.add_argument('--paths-delimiter', metavar='DELIM',