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 224ee6a commit 525fd8eCopy full SHA for 525fd8e
src/common/core/cli/healthcheck.py
@@ -14,7 +14,10 @@ def get_args(
14
prog: str,
15
) -> argparse.Namespace:
16
parser = argparse.ArgumentParser(
17
- description="Health checks",
+ description=(
18
+ "Perform health checks. "
19
+ f"If ran without subcommand, defaults to a TCP check of port {DEFAULT_PORT}."
20
+ ),
21
prog=prog,
22
)
23
subcommands = parser.add_subparsers(dest="subcommand")
0 commit comments