浏览代码

Improved understandability of sentence in deployment.rst.

Thanks to @xor-gate.

Related to https://github.com/borgbackup/borg/pull/529/files#r49952612
Robin Schneider 9 年之前
父节点
当前提交
665c3db2e9
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      docs/deployment.rst

+ 4 - 2
docs/deployment.rst

@@ -73,8 +73,10 @@ The options which are added to the key will perform the following:
 3. Run ``borg serve`` restricted at the client base path
 4. Restrict ssh and do not allow stuff which imposes a security risk
 
-Due to the cd command we use, the server automatically changes the current working
-directory so the client will not need to append the hostname to the remote URI.
+Due to the ``cd`` command we use, the server automatically changes the current
+working directory. Then client doesn't need to have knowledge of the absolute
+or relative remote repository path and can directly access the repositories at
+``<user>@<host>:<repo>``.
 
 .. note:: The setup above ignores all client given commandline parameters
           which are normally appended to the `borg serve` command.