Skip to content

Commit 8c764fe

Browse files
authored
Merge pull request #58 from marcelldls/fix-help
Missing + incorrect command help descriptions
2 parents c25ffd2 + 5e8438b commit 8c764fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/epics_containers_cli/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
cli.add_typer(
3131
cluster,
3232
name="k8s",
33-
help="Commands communicating with the k8s cluster. See 'ec cluster --help",
33+
help="Commands for communicating with the k8s cluster. See 'ec k8s --help'",
3434
)
3535

3636

@@ -107,6 +107,7 @@ def env(
107107
False, "-v", "--verbose", help="show all relevant environment variables"
108108
),
109109
):
110+
"""List all relevant environment variables"""
110111
IocLocalCommands(ctx.obj).environment(verbose == verbose)
111112

112113

0 commit comments

Comments
 (0)