Skip to content

Commit

Permalink
Correct typo in command line help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes-cida committed Apr 24, 2012
1 parent 03b2822 commit 1541de1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 <num> Applies next NUM changes to the database");
stream.println(" updateSQL <num> Writes SQL to apply next NUM changes");
stream.println(" updateCountSQL <num> Writes SQL to apply next NUM changes");
stream.println(" to the database");
stream.println(" rollback <tag> Rolls back the database to the the state is was");
stream.println(" when the tag was applied");
Expand Down

0 comments on commit 1541de1

Please sign in to comment.