Browse Source

Merge pull request #4166 from Ashmodei/1.1-maint-crud_docfix

Fixed help string in CRUD documentation. Backport to 1.1-maint
TW 6 năm trước cách đây
mục cha
commit
911ef0e031
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -4211,7 +4211,7 @@ class Archiver:
 
         It creates input data below the given PATH and backups this data into the given REPO.
         The REPO must already exist (it could be a fresh empty repo or an existing repo, the
-        command will create / read / update / delete some archives named borg-test-data\\* there.
+        command will create / read / update / delete some archives named borg-benchmark-crud\\* there.
 
         Make sure you have free space there, you'll need about 1GB each (+ overhead).