Skip to content

Commit 5e7f26b

Browse files
committed
fix(project): fix the docstring for --labels flag
1 parent 59f1755 commit 5e7f26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riocli/project/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
multiple=True,
4141
type=click.STRING,
4242
default=(),
43-
help="Filter the deployment list by labels",
43+
help="Filter the project list by labels",
4444
)
4545
@click.option(
4646
"--wide", "-w", is_flag=True, default=False, help="Print more details", type=bool

0 commit comments

Comments
 (0)