Skip to content

Commit

Permalink
send-script missing from help
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Jun 2, 2012
1 parent 20b5592 commit e65aa31
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -154,6 +154,7 @@ protected void printHelp(Options options) {
printHelpLine(pw, CMD_EXPORT_PROPERTIES);
printHelpLine(pw, CMD_SEND_SQL);
printHelpLine(pw, CMD_SEND_SCHEMA);
printHelpLine(pw, CMD_SEND_SCRIPT);
pw.flush();
}

Expand Down

0 comments on commit e65aa31

Please sign in to comment.