Skip to content

Commit 525fd8e

Browse files
committed
improve help further
1 parent 224ee6a commit 525fd8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/common/core/cli/healthcheck.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ def get_args(
1414
prog: str,
1515
) -> argparse.Namespace:
1616
parser = argparse.ArgumentParser(
17-
description="Health checks",
17+
description=(
18+
"Perform health checks. "
19+
f"If ran without subcommand, defaults to a TCP check of port {DEFAULT_PORT}."
20+
),
1821
prog=prog,
1922
)
2023
subcommands = parser.add_subparsers(dest="subcommand")

0 commit comments

Comments
 (0)