()
| 1045 | } |
| 1046 | |
| 1047 | private void printPushUsage() { |
| 1048 | HelpFormatter formatter = new HelpFormatter(); |
| 1049 | formatter.setSyntaxPrefix(""); |
| 1050 | formatter.printHelp("push <url> <id>...", pullOptions); |
| 1051 | } |
| 1052 | |
| 1053 | private void printPortUsage() { |
| 1054 | HelpFormatter formatter = new HelpFormatter(); |
no outgoing calls
no test coverage detected