You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/config/CliCommand.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ trait CliCommand:
60
60
defdefaultValue= s.default match
61
61
case_: Int|_: String=> s.default.toString
62
62
case _ =>""
63
-
valinfo=List(shortHelp(s), if defaultValue.nonEmpty thens"Default $defaultValue"else"", if s.legalChoices.nonEmpty thens"Choices ${s.legalChoices}"else"")
63
+
valinfo=List(shortHelp(s), if defaultValue.nonEmpty thens"Default $defaultValue"else"", if s.legalChoices.nonEmpty thens"Choices : ${s.legalChoices}"else"")
0 commit comments