소스 검색

simplify quickstart

only give one possible ssh url syntax, all others are documented in usage chapter.
Thomas Waldmann 9 년 전
부모
커밋
e0298b2932
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      docs/quickstart.rst

+ 1 - 3
docs/quickstart.rst

@@ -247,9 +247,7 @@ is installed on the remote host, in which case the following syntax is used::
 
 
   $ borg init user@hostname:/path/to/repo
   $ borg init user@hostname:/path/to/repo
 
 
-or::
-
-  $ borg init ssh://user@hostname:port/path/to/repo
+Note: please see the usage chapter for a full documentation of repo URLs.
 
 
 Remote operations over SSH can be automated with SSH keys. You can restrict the
 Remote operations over SSH can be automated with SSH keys. You can restrict the
 use of the SSH keypair by prepending a forced command to the SSH public key in
 use of the SSH keypair by prepending a forced command to the SSH public key in