Skip to content

Commit 21560a2

Browse files
authored
Fixed the Buildinfo placeholder
1 parent fcc916f commit 21560a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/de/upb/cs/swt/delphi/cli/DelphiCLI.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object DelphiCLI extends App {
3535

3636
val cliParser = {
3737
new scopt.OptionParser[Config]("delphi-cli") {
38-
head("Delphi Command Line Tool", s"(Lala)") // ${BuildInfo.version}
38+
head("Delphi Command Line Tool", s"(${BuildInfo.version})")
3939

4040
version("version").text("Prints the version of the command line tool.")
4141

0 commit comments

Comments
 (0)