Document pwd as an sftp quote command for curl(1), and show it as

lower case for consistency since sftp commands are case insensitive.
This commit is contained in:
Dan Fandrich
2007-07-20 17:29:43 +00:00
parent 594fc0411e
commit 000fdc6b99
2 changed files with 3 additions and 3 deletions

View File

@@ -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>"