소스 검색

Merge pull request #4167 from Ashmodei/crud_docfix

Fixed help string in CRUD documentation.
TW 6 년 전
부모
커밋
4feeb25b49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -4075,7 +4075,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).