From 0f9be80ab920ce09838b4eac4fc1408b641e35f5 Mon Sep 17 00:00:00 2001 From: Anthony Keenan Date: Mon, 1 Oct 2018 09:58:08 +0100 Subject: [PATCH] Addressing review comments --- .../src/main/kotlin/com/r3/corda/dbmigration/Launcher.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dbmigration/src/main/kotlin/com/r3/corda/dbmigration/Launcher.kt b/tools/dbmigration/src/main/kotlin/com/r3/corda/dbmigration/Launcher.kt index 1466504f0b..ee9917ff68 100644 --- a/tools/dbmigration/src/main/kotlin/com/r3/corda/dbmigration/Launcher.kt +++ b/tools/dbmigration/src/main/kotlin/com/r3/corda/dbmigration/Launcher.kt @@ -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