Skip to content

Commit

Permalink
Fix incorrect help text for --cluster in paasta logs (#3895)
Browse files Browse the repository at this point in the history
`paasta logs` only supports grabbing logs from a single cluster at a
time.
  • Loading branch information
nemacysts authored Jun 25, 2024
1 parent ae9e975 commit 9a028c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paasta_tools/cli/cmds/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def add_subparser(subparsers) -> None:
status_parser.add_argument(
"-c",
"--cluster",
help="The cluster to see relevant logs for. Defaults to all clusters to which this service is deployed.",
help="The cluster to see relevant logs for.",
nargs=1,
).completer = completer_clusters
status_parser.add_argument(
Expand Down

0 comments on commit 9a028c0

Please sign in to comment.