chore: fix markdown newlines

This commit is contained in:
Tyler Stewart
2018-05-25 16:47:39 -06:00
parent d9fc0c9cac
commit 363839ec8f

View File

@@ -75,7 +75,8 @@ __Default:__ `"ftp://127.0.0.1:21"`
#### options
##### `pasv_url`
The hostname to provide a client when attempting a passive connection (`PASV`). This defaults to the provided `url`.
The hostname to provide a client when attempting a passive connection (`PASV`). This defaults to the provided `url` hostname.
_Note:_ If set to `0.0.0.0`, this will automatically resolve to the external IP of the box.
__Default:__ `"127.0.0.1"`