diff --git a/nemo_run/cli/api.py b/nemo_run/cli/api.py index e05b921f..6f0fe35e 100644 --- a/nemo_run/cli/api.py +++ b/nemo_run/cli/api.py @@ -891,7 +891,7 @@ def command( None, "--load", "-l", help="Load a factory from a directory" ), yaml: Optional[str] = typer.Option( - None, "--yaml", "-y", help="Path to a YAML file to load" + None, "--yaml", help="Path to a YAML file to load" ), repl: bool = typer.Option(False, "--repl", "-r", help="Enter interactive mode"), detach: bool = typer.Option(False, "--detach", help="Detach from the run"),