We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41efa85 commit 5131b86Copy full SHA for 5131b86
dataproc/list_clusters.py
@@ -52,7 +52,7 @@ def main(project_id, region):
52
# Sets the region to "global" if it's not provided
53
# Note: sub-regions (e.g.: us-central1-a/b) are currently not supported
54
parser.add_argument(
55
- '--region', default='global', help='Region to create clusters in')
+ '--region', default='global', help='Region to list clusters')
56
57
args = parser.parse_args()
58
main(args.project_id, args.region)
0 commit comments