Updated version

This commit is contained in:
Sheng
2018-09-09 15:41:28 +08:00
parent 704d2b68e6
commit 21d3f9bd7f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ Use console
// connect to your ssh server
wssh.connect(hostname, port, username, password, privatekey);
// define a object for wssh
// pass an object to wssh.connect
var opts = {
hostname: 'hostname',
port: 'port',