Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 8d27c6d

Browse files
aman-ebayengelke
authored andcommitted
Update list_clusters.py [(#1887)](GoogleCloudPlatform/python-docs-samples#1887)
1 parent af76f7b commit 8d27c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/list_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main(project_id, region):
5252
# Sets the region to "global" if it's not provided
5353
# Note: sub-regions (e.g.: us-central1-a/b) are currently not supported
5454
parser.add_argument(
55-
'--region', default='global', help='Region to create clusters in')
55+
'--region', default='global', help='Region to list clusters')
5656

5757
args = parser.parse_args()
5858
main(args.project_id, args.region)

0 commit comments

Comments
 (0)