summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-02-25 23:16:15 (GMT)
committerPeter Wu <peter@lekensteyn.nl>2016-02-25 23:16:15 (GMT)
commit572cc8eb6f70e3acbae57e586788f15e9b562f96 (patch)
treee089e5d5f57e84097cbd2dd573d1fbdeee8de755 /doc
parentd1763746b65cc7349d4ed9478befdb651aa24589 (diff)
downloadNinja-572cc8eb6f70e3acbae57e586788f15e9b562f96.zip
Ninja-572cc8eb6f70e3acbae57e586788f15e9b562f96.tar.gz
Ninja-572cc8eb6f70e3acbae57e586788f15e9b562f96.tar.bz2
browse.py: allow port override via environment variable
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 0d842f9..4e69ad4 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -223,7 +223,8 @@ found useful during Ninja's development. The current tools are:
`browse`:: browse the dependency graph in a web browser. Clicking a
file focuses the view on that file, showing inputs and outputs. This
-feature requires a Python installation.
+feature requires a Python installation. The `PORT` environment variable
+can be used to override the default port number (8000).
`graph`:: output a file in the syntax used by `graphviz`, a automatic
graph layout tool. Use it like: