tools/fiograph: add link to file formats
authorVincent Fu <vincent.fu@samsung.com>
Wed, 18 Jan 2023 15:43:18 +0000 (10:43 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 19 Jan 2023 00:52:15 +0000 (19:52 -0500)
To the fiograph help text add a link to a list of the supported image
file output formats.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
tools/fiograph/fiograph.py

index 384decda1845cb1aded703c5f8a7691c0da0db33..8fbd1909e2fe6c94619fed2bf063e75adbc47272 100755 (executable)
@@ -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')