diff --git a/docs/content/sftp.md b/docs/content/sftp.md index ec841aca9..8dd730f62 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -1442,7 +1442,7 @@ SFTP isn't supported under plan9 until [this issue](https://github.com/pkg/sftp/issues/156) is fixed. Note that since SFTP isn't HTTP based the following flags don't work -with it: `--dump-headers`, `--dump-bodies`, `--dump-auth`. +with it: `--dump headers`, `--dump bodies`, `--dump auth`. Note that `--timeout` and `--contimeout` are both supported. diff --git a/docs/content/swift.md b/docs/content/swift.md index e0aecd62e..62b444f0b 100644 --- a/docs/content/swift.md +++ b/docs/content/swift.md @@ -709,7 +709,7 @@ Request" error rather than a more sensible error when the authentication fails for Swift. So this most likely means your username / password is wrong. You can -investigate further with the `--dump-bodies` flag. +investigate further with the `--dump bodies` flag. This may also be caused by specifying the region when you shouldn't have (e.g. OVH).