We've had some sort of command-line error. Print out the basic options.
(String option)
| 606 | * We've had some sort of command-line error. Print out the basic options. |
| 607 | */ |
| 608 | private void print_options(String option) |
| 609 | { |
| 610 | System.out.println("axssl: Error: '" + option + |
| 611 | "' is an invalid command."); |
| 612 | System.out.println("usage: axtlsj.jar [s_server|s_client|version] " + |
| 613 | "[args ...]"); |
| 614 | System.exit(1); |
| 615 | } |
| 616 | |
| 617 | /** |
| 618 | * We've had some sort of command-line error. Print out the server options. |