emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy a1ea2c2 025/173: Improved description of com


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy a1ea2c2 025/173: Improved description of complex connections
Date: Sat, 20 Oct 2018 10:36:24 -0400 (EDT)

branch: externals/ssh-deploy
commit a1ea2c2e161e37fb4b2d013323a0cffd898e4e09
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Improved description of complex connections
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ea50887..e3f0363 100644
--- a/README.md
+++ b/README.md
@@ -55,10 +55,10 @@ If you have a SSH connection that is using a different 
identity-file than the de
 
 ``` bash
 
-## My special connection (replace remotehost, username, port, hostname, 
keyfile with real values)
-Host remotehost
+## My special connection (replace remote-host, port and identity-file with 
your values)
+Host remote-host
     Port port
-    IdentityFile keyfile
+    IdentityFile identity-file
 
 ```
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]