Skip to content

Commit d2bd508

Browse files
committed
contrib: labgrid-webapp: Fix minor docs issues
Add a link to graphviz and drop the unwanted --help from the invocation line. Signed-off-by: Simon Glass <sjg@chromium.org>
1 parent 15b1e16 commit d2bd508

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Quick Start
2424
--port PORT Port to serve on
2525
--proxy PROXY, -P PROXY
2626
27-
venv $ ./contrib/labgrid-webapp --help
27+
venv $ ./contrib/labgrid-webapp
2828
INFO: Available routes:
2929
INFO: - /labgrid/graph
3030
INFO: Started server process [2378028]
@@ -34,7 +34,7 @@ Quick Start
3434
...
3535
3636
Please note that the graph feature relies on a valid `graphviz` system
37-
installation.
37+
installation. See http://graphviz.org/download/
3838

3939
By default the application will start on port 8800.
4040

0 commit comments

Comments
 (0)