Addressing review comments

This commit is contained in:
Anthony Keenan 2018-10-01 09:58:08 +01:00
parent da97f7bd82
commit 0f9be80ab9

View File

@ -84,7 +84,7 @@ private class DbManagementToolOptions {
@Option(
names = ["--$EXECUTE_MIGRATION"],
description = ["This option will run the db migration on the configured database. This is the only command that will actually write to the database."]
description = ["This option will run the database migration on the configured database. This is the only command that will actually write to the database."]
)
var executeMigration: Boolean = false