소스 검색

docs: quotas: refer to --restrict-to-repository

Marian Beermann 8 년 전
부모
커밋
da99ec2fbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/internals/data-structures.rst

+ 1 - 1
docs/internals/data-structures.rst

@@ -223,7 +223,7 @@ since the quota can be changed in the repository config.
 The quota is enforcible only if *all* :ref:`borg_serve` versions
 accessible to clients support quotas (see next section). Further, quota is
 per repository. Therefore, ensure clients can only access a defined set of repositories
-with their quotas set, using ``--restrict-to-path``.
+with their quotas set, using ``--restrict-to-repository``.
 
 If the client exceeds the storage quota the ``StorageQuotaExceeded`` exception is
 raised. Normally a client could ignore such an exception and just send a ``commit()``