Skip to content

Commit

Permalink
Wrong arg description
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf authored Jul 9, 2016
1 parent 5c82ceb commit 26c79bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproc/create_cluster_and_submit_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def main(project_id, zone, cluster_name, bucket_name, pyspark_file=None):
parser.add_argument(
'--zone', help='Region to create clusters in', required=True)
parser.add_argument(
'--cluster_name', help='Region to create clusters in', required=True)
'--cluster_name', help='Name of the cluster to create', required=True)
parser.add_argument(
'--gcs_bucket', help='Bucket to upload Pyspark file to', required=True)
parser.add_argument(
Expand Down

0 comments on commit 26c79bb

Please sign in to comment.