aboutsummaryrefslogtreecommitdiff
path: root/docs/MANUAL
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-03-29 20:44:06 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-03-29 20:44:06 +0000
commit59302d4ba04a63ff39e5fb22b4d79293218bd317 (patch)
tree3ae8d72dd1f57117bb28b1adb9facda40781781e /docs/MANUAL
parentc563a53c161cd7669f80a8ad020640436d43adce (diff)
Show an absolute sftp: file path to give an additional example.
Diffstat (limited to 'docs/MANUAL')
-rw-r--r--docs/MANUAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index d087c3b22..1ea13f142 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -41,7 +41,7 @@ SIMPLE USAGE
Get a file from an SSH server using SFTP:
- curl -u username sftp://shell.example.com/~/personal.txt
+ curl -u username sftp://shell.example.com/etc/issue
Get a file from an SSH server using SCP using a private key to authenticate: