We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f1755 commit 5e7f26bCopy full SHA for 5e7f26b
riocli/project/list.py
@@ -40,7 +40,7 @@
40
multiple=True,
41
type=click.STRING,
42
default=(),
43
- help="Filter the deployment list by labels",
+ help="Filter the project list by labels",
44
)
45
@click.option(
46
"--wide", "-w", is_flag=True, default=False, help="Print more details", type=bool
0 commit comments