Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/230#discussion_r104786227
--- Diff: start/src/main/java/org/apache/accumulo/start/Main.java ---
@@ -212,6 +212,7 @@ public static void printUsage() {
printCommand(executableMap.remove(cmd));
}
System.out.println(" <main class> args Runs Java <main
class> located on Accumulo classpath");
+ System.out.println(" Add jars to the
classpath using '-add jar1:jar2'");
--- End diff --
I don't think the java code should be documenting the wrapper script, which
may or may not be used.
I also think this feature can be removed, since it's useless.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---