MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / fatalUsage

Method fatalUsage

test/Test.java:86–90  ·  view source on GitHub ↗
(final String msg, final int rv)

Source from the content-addressed store, hash-verified

84 }
85
86 private static void fatalUsage(final String msg, final int rv) {
87 System.err.println(msg);
88 printUsage();
89 System.exit(rv);
90 }
91
92 private static void ensureArguments(final String[] args,
93 final int min,

Callers 2

ensureArgumentsMethod · 0.95
mainMethod · 0.95

Calls 1

printUsageMethod · 0.95

Tested by

no test coverage detected