Skip to content

Commit 015ddee

Browse files
committed
minor changes
1 parent 463f02c commit 015ddee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,11 @@ private[spark] class SparkSubmitArguments(args: Seq[String], env: Map[String, St
413413
case ("--help" | "-h") :: tail =>
414414
printUsageAndExit(0)
415415

416-
case ("--verbose" | "-v") :: tail =>
416+
case ("--verbose") :: tail =>
417417
verbose = true
418418
parse(tail)
419419

420-
case ("--version") :: tail =>
420+
case ("--version" | "-v") :: tail =>
421421
SparkSubmit.printVersionAndExit()
422422

423423
case EQ_SEPARATED_OPT(opt, value) :: tail =>

0 commit comments

Comments
 (0)