Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dataproc/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)