Document --dev-addr instead of --dev_addr (#1638)

Fixes #1637.
This commit is contained in:
Zrss
2018-09-25 21:51:05 +08:00
committed by Waylan Limberg
parent e37d1c9b06
commit 3642c4e03e

View File

@@ -389,7 +389,7 @@ Determines the address used when running `mkdocs serve`. Must be of the format
`IP:PORT`.
Allows a custom default to be set without the need to pass it through the
`--dev_addr` option every time the `mkdocs serve` command is called.
`--dev-addr` option every time the `mkdocs serve` command is called.
**default**: `'127.0.0.1:8000'`