dlmarion opened a new issue, #6100: URL: https://github.com/apache/accumulo/issues/6100
Utility presents the same error if no arg is supplied or if one is supplied. No-arg should present a usage statement or help. The usage that is displayed currently does not have an argument example. ``` ./accumulo org.apache.accumulo.server.util.TableDiskUsage Usage: org.apache.accumulo.server.util.TableDiskUsage Cannot use final field org.apache.accumulo.server.util.TableDiskUsage$Opts#tables as a parameter; compile-time constant inlining may hide new values written to it. /accumulo org.apache.accumulo.server.util.TableDiskUsage ci Usage: org.apache.accumulo.server.util.TableDiskUsage Cannot use final field org.apache.accumulo.server.util.TableDiskUsage$Opts#tables as a parameter; compile-time constant inlining may hide new values written to it. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
