diff --git a/samples/snippets/list_clusters.py b/samples/snippets/list_clusters.py index 4a016d58..9bbaa3b0 100644 --- a/samples/snippets/list_clusters.py +++ b/samples/snippets/list_clusters.py @@ -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)