mikewalch opened a new issue #561: Be explicit about aliases in shell URL: https://github.com/apache/accumulo/issues/561 `deletetable` is the same command as `droptable`. The help in shell should be more explicit that they are aliases Currently: ``` deletetable - deletes a table droptable - deletes a table ``` Help should look something like this: ``` deletetable - deletes a table (same as droptable) droptable - deletes a table (same as deletetable) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
