Display usage information about this tool.
()
| 234 | * Display usage information about this tool. |
| 235 | */ |
| 236 | private static void usage() { |
| 237 | |
| 238 | log.info("Usage: java org.apache.catalina.startup.Tool [<options>] <class> [<arguments>]"); |
| 239 | |
| 240 | } |
| 241 | |
| 242 | |
| 243 | } |