Skip to content

Commit

Permalink
fix: unftp command in docs had incorrect escaping (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: Joost de Ruijter <[email protected]>
  • Loading branch information
joostderuijter and Joost de Ruijter authored Nov 10, 2023
1 parent 56d9c7f commit ba56dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/server/starting.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ by using the `--root-dir` argument. In addition, lets limit the data port range

```sh
unftp \
-v
-v \
--root-dir=/home/unftp/data \
--bind-address=0.0.0.0:2121 \
--passive-ports=50000-51000 \
--passive-ports=50000-51000
```

0 comments on commit ba56dc5

Please sign in to comment.