diff --git a/src/wireviz/wireviz.py b/src/wireviz/wireviz.py index 6d3fcec..0797ef4 100755 --- a/src/wireviz/wireviz.py +++ b/src/wireviz/wireviz.py @@ -216,7 +216,7 @@ def parse_file(yaml_file: str, file_out: (str, Path) = None) -> None: @click.command() @click.argument('input_file', required=True) @click.option('--prepend', '-p', default=None, help='a YAML file containing a library of templates and parts that may be referenced in the `input_file`') -@click.option('--out', '-o', multiple=True, default=['png'], help='specify one or more output types to be generated; currently supports "png" "svg"') +@click.option('--out', '-o', multiple=True, default=['png'], help='specify one or more output types to be generated; currently supports "png" "svg", "html"') def main(input_file, prepend, out): """ Take a YAML file containing a harness specification and, utilizing GraphViz,