diff --git a/liquibase-core/src/main/java/liquibase/integration/commandline/Main.java b/liquibase-core/src/main/java/liquibase/integration/commandline/Main.java index bcd088e239d..4eb4e29a254 100644 --- a/liquibase-core/src/main/java/liquibase/integration/commandline/Main.java +++ b/liquibase-core/src/main/java/liquibase/integration/commandline/Main.java @@ -415,7 +415,7 @@ protected void printHelp(PrintStream stream) { stream.println(" updateSQL Writes SQL to update database to current"); stream.println(" version to STDOUT"); stream.println(" updateCount Applies next NUM changes to the database"); - stream.println(" updateSQL Writes SQL to apply next NUM changes"); + stream.println(" updateCountSQL Writes SQL to apply next NUM changes"); stream.println(" to the database"); stream.println(" rollback Rolls back the database to the the state is was"); stream.println(" when the tag was applied");