Skip to content

Commit

Permalink
Mark graph switch experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 27, 2024
1 parent 9912e59 commit 621bb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def _add_arg_file_path(group: Group, switch: str, helpmsg: str, required: bool =
def _add_arg_graph_file(group: Group) -> None:
group.add_argument(
_switch(STR.graphfile),
help="Path to Graphviz DOT output",
help="Path to Graphviz DOT output [experimental]",
metavar="PATH",
type=str,
)
Expand Down

0 comments on commit 621bb7e

Please sign in to comment.