git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@825009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2009-10-14 05:14:13 +00:00
parent f866f770e3
commit a015154bd8
1 changed files with 7 additions and 0 deletions

View File

@ -73,4 +73,11 @@ public class BstatCommand extends QueryCommand {
super.runTask(queryTokens);
}
/**
* Print the help messages for the browse command
*/
protected void printHelp() {
context.printHelp(helpFile);
}
}