Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/233#discussion_r107794051
--- Diff: core/src/main/java/org/apache/accumulo/core/util/Classpath.java
---
@@ -16,13 +16,21 @@
*/
package org.apache.accumulo.core.util;
+import com.beust.jcommander.Parameter;
import org.apache.accumulo.start.Main;
import org.apache.accumulo.start.spi.KeywordExecutable;
import com.google.auto.service.AutoService;
@AutoService(KeywordExecutable.class)
public class Classpath implements KeywordExecutable {
+
+ static class Opts extends org.apache.accumulo.core.cli.Help {
+
+ @Parameter(names = {"-d", "--debug"}, description = "Turns on
debugging")
--- End diff --
Is this actually debugging, or verbosity?
---
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.
---