diff --git a/data_validation/cli_tools.py b/data_validation/cli_tools.py index 9c18b923e..0f8028260 100644 --- a/data_validation/cli_tools.py +++ b/data_validation/cli_tools.py @@ -295,7 +295,7 @@ def _configure_run_parser(subparsers): "--format", "-fmt", default="table", - help="Set the format for printing command output", + help="Set the format for printing command output, Supported formats are (text, csv, json, table)", )