Skip to content

Commit 5131b86

Browse files
aman-ebayengelke
authored andcommitted
Update list_clusters.py (#1887)
1 parent 41efa85 commit 5131b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataproc/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)