소스 검색

Merge pull request #534 from lfam/contrib-docs

docs: Give project name in usage example.
TW 9 년 전
부모
커밋
047cfc90e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/usage.rst

+ 1 - 1
docs/usage.rst

@@ -409,7 +409,7 @@ Examples
 ~~~~~~~~
 ::
 
-    # Allow an SSH keypair to only run |project_name|, and only have access to /mnt/backup.
+    # Allow an SSH keypair to only run borg, and only have access to /mnt/backup.
     # This will help to secure an automated remote backup system.
     $ cat ~/.ssh/authorized_keys
     command="borg serve --restrict-to-path /mnt/backup" ssh-rsa AAAAB3[...]