aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-07-20 17:29:43 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-07-20 17:29:43 +0000
commit000fdc6b99c1a30524e6ad71e3cae10c463e26cb (patch)
treeb9a0495fa7ccfca582f02398a97d31efbd06f495 /docs/curl.1
parent594fc0411e235ed4aa203e9cd838eefbd971ea22 (diff)
Document pwd as an sftp quote command for curl(1), and show it as
lower case for consistency since sftp commands are case insensitive.
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 59753fa48..5cf97f648 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -909,7 +909,7 @@ the server returns failure for one of the commands, the entire operation
will be aborted. You must send syntactically correct FTP commands as
RFC959 defines to FTP servers, or one of the following commands (with
appropriate arguments) to SFTP servers: chgrp, chmod, chown, ln, mkdir,
-rename, rm, rmdir, symlink.
+pwd, rename, rm, rmdir, symlink.
This option can be used multiple times.
.IP "--random-file <file>"