Skip to content

Commit 7efa67d

Browse files
authored
Adjust parameter help
1 parent c602b66 commit 7efa67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrahub_sdk/ctl/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def add(
115115

116116
@app.command()
117117
async def list(
118-
branch: str = typer.Option(None, help="Branch on which to check the schema."),
118+
branch: str = typer.Option(None, help="Branch on which to list repositories."),
119119
debug: bool = False,
120120
_: str = CONFIG_PARAM,
121121
) -> None:

0 commit comments

Comments
 (0)