Skip to content

Commit

Permalink
CORE-17369: Add fullstop to version help text
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzunigadaly committed Nov 14, 2023
1 parent 5c86cda commit a480a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/net/corda/cli/application/Boot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class App {
@Suppress("unused")
var help = false

@CommandLine.Option(names = ["-V", "--version"], versionHelp = true, description = ["Display version and exit"])
@CommandLine.Option(names = ["-V", "--version"], versionHelp = true, description = ["Display version and exit."])
var showVersion = false
}

Expand Down

0 comments on commit a480a1b

Please sign in to comment.