Skip to content

Commit

Permalink
adds link to graphviz in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel committed Jun 17, 2024
1 parent 8e0d4e9 commit 451da7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lobster/tools/core/html_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ def main():
ap.add_argument("--out",
default="lobster_report.html")
ap.add_argument("--dot",
help="path to dot utility, by default expected in PATH",
help="path to dot utility (https://graphviz.org), \
by default expected in PATH",
default=None)
options = ap.parse_args()

Expand Down

0 comments on commit 451da7d

Please sign in to comment.