MCPcopy Create free account
hub / github.com/cmu-db/benchbase / printUsage

Method printUsage

src/main/java/com/oltpbenchmark/DBWorkload.java:802–805  ·  view source on GitHub ↗
(Options options)

Source from the content-addressed store, hash-verified

800 }
801
802 private static void printUsage(Options options) {
803 HelpFormatter hlpfrmt = new HelpFormatter();
804 hlpfrmt.printHelp("benchbase", options);
805 }
806
807 /**
808 * Returns true if the given key is in the CommandLine object and is set to true.

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected