MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / usage

Method usage

src/tools/UidManager.java:55–57  ·  view source on GitHub ↗

Prints usage.

(final String errmsg)

Source from the content-addressed store, hash-verified

53
54 /** Prints usage. */
55 static void usage(final String errmsg) {
56 usage(null, errmsg);
57 }
58
59 /** Prints usage. */
60 static void usage(final ArgP argp, final String errmsg) {

Callers 2

mainMethod · 0.95
runCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected