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

Commit

Permalink
Update list_clusters.py [(#1887)](GoogleCloudPlatform/python-docs-sam…
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-ebay authored and engelke committed Jan 25, 2019
1 parent af76f7b commit 8d27c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/list_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main(project_id, region):
# Sets the region to "global" if it's not provided
# Note: sub-regions (e.g.: us-central1-a/b) are currently not supported
parser.add_argument(
'--region', default='global', help='Region to create clusters in')
'--region', default='global', help='Region to list clusters')

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

0 comments on commit 8d27c6d

Please sign in to comment.