hackdoc: fix pub_listen flag in readme

Change-Id: I5d41fa12f29ec5cff9251bb0ad77fc5fdafef786
master
q3k 2020-09-23 18:12:41 +00:00
parent 26f44da5f1
commit 80380f4444
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ To run hackdoc locally on a filesystem checkout (ie. when working on docs, templ
bazel run //devtools/hackdoc -- -hspki_disable -docroot /path/to/hscloud
The output log should tell you where hackdoc just started listening at. Currently this is `127.0.0.1:8080` by default. You can change this by passing a `-listen` flag, eg. `-listen 127.0.0.1:4242`.
The output log should tell you where hackdoc just started listening at. Currently this is `127.0.0.1:8080` by default. You can change this by passing a `-pub_listen` flag, eg. `-pub_listen 127.0.0.1:4242`.