diff --git a/src/ontobot_change_agent/cli.py b/src/ontobot_change_agent/cli.py index 0ba50e6..6cfca0a 100644 --- a/src/ontobot_change_agent/cli.py +++ b/src/ontobot_change_agent/cli.py @@ -110,7 +110,7 @@ def main(verbose: int, quiet: bool): help="Path to jar file.", ) use_llm_option = click.option( - "--use-llm", is_flag=True, default=False, help="Use llm-change-agent for processing." + "--use-llm/--no-use-llm", is_flag=True, default=False, help="Use llm-change-agent for processing." )