浏览代码

docs: Give project name in usage example.

* docs/usage.rst: Replace "|project_name|" with "borg" because the
abstraction doesn't work in usage examples.
Leo Famulari 9 年之前
父节点
当前提交
077ebe8c49
共有 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[...]