Skip to content

Commit f353373

Browse files
dkder3knrayapati
authored andcommitted
Fix description of sshPut and sshGet commands (#10)
One of mandotory fields for sshPut and sshGet commands is field "into". But in table it was "to" so I updated readme
1 parent 35c54f1 commit f353373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Put a file or directory into the remote host.
264264
|String, *Mandatory*
265265
|file or directory path from the workspace.
266266

267-
|to
267+
|into
268268
|String, *Mandatory*
269269
|file or directory path on the remote node.
270270

@@ -314,7 +314,7 @@ Get a file or directory from the remote host.
314314
|String, *Mandatory*
315315
|file or directory path from the remote node.
316316

317-
|to
317+
|into
318318
|String, *Mandatory*
319319
|file or directory path on current worksapce.
320320

0 commit comments

Comments
 (0)