Skip to content

Commit

Permalink
Issue fabric#1948 - Removes mention of scp in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Oct 25, 2019
1 parent 19cb1e1 commit 437e164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/getting-started.rst
Expand Up @@ -253,7 +253,7 @@ For example, say you had an archive file you wanted to upload:
>>> print("Uploaded {0.local} to {0.remote}".format(result))
Uploaded /local/myfiles.tgz to /opt/mydata/

These methods typically follow the behavior of ``cp`` and ``scp``/``sftp`` in
These methods typically follow the behavior of ``cp`` and ``sftp`` in
terms of argument evaluation - for example, in the above snippet, we omitted
the filename part of the remote path argument.

Expand Down

0 comments on commit 437e164

Please sign in to comment.