From b0eda3f7e031f62fafa3141975d0aeab9c24d718 Mon Sep 17 00:00:00 2001 From: aman-ebay Date: Mon, 3 Dec 2018 10:00:18 -0800 Subject: [PATCH] Update list_clusters.py --- dataproc/list_clusters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataproc/list_clusters.py b/dataproc/list_clusters.py index 4a016d58199d..9bbaa3b09c65 100644 --- a/dataproc/list_clusters.py +++ b/dataproc/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)