Browse Source

ssh: repo url docs - fix typo

Thomas Waldmann 8 years ago
parent
commit
9b9179312d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/quickstart.rst

+ 1 - 1
docs/quickstart.rst

@@ -249,7 +249,7 @@ is installed on the remote host, in which case the following syntax is used::
 
 
 or::
 or::
 
 
-  $ borg init ssh://user@hostname:port//path/to/repo
+  $ borg init ssh://user@hostname:port/path/to/repo
 
 
 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