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 fcc916f commit 21560a2Copy full SHA for 21560a2
src/main/scala/de/upb/cs/swt/delphi/cli/DelphiCLI.scala
@@ -35,7 +35,7 @@ object DelphiCLI extends App {
35
36
val cliParser = {
37
new scopt.OptionParser[Config]("delphi-cli") {
38
- head("Delphi Command Line Tool", s"(Lala)") // ${BuildInfo.version}
+ head("Delphi Command Line Tool", s"(${BuildInfo.version})")
39
40
version("version").text("Prints the version of the command line tool.")
41
0 commit comments