MCPcopy
hub / github.com/openwrt/luci / print_options

Method print_options

libs/nixio/axTLS/samples/java/axssl.java:608–615  ·  view source on GitHub ↗

We've had some sort of command-line error. Print out the basic options.

(String option)

Source from the content-addressed store, hash-verified

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.

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected