From 0d672d86a391ac5079518c2dea3f611cd048f842 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 18 Jan 2023 10:43:18 -0500 Subject: [PATCH] tools/fiograph: add link to file formats To the fiograph help text add a link to a list of the supported image file output formats. Signed-off-by: Vincent Fu --- tools/fiograph/fiograph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fiograph/fiograph.py b/tools/fiograph/fiograph.py index 384decda..8fbd1909 100755 --- a/tools/fiograph/fiograph.py +++ b/tools/fiograph/fiograph.py @@ -274,7 +274,7 @@ def setup_commandline(): parser.add_argument('--format', action='store', type=str, default='png', - help='the output format') + help='the output format (see https://graphviz.org/docs/outputs/)') parser.add_argument('--view', action='store_true', default=False, help='view the graph') -- 2.25.1