Use -e shell command to make README.bloom simpler
-------------------------------------------------
Key: ACCUMULO-341
URL: https://issues.apache.org/jira/browse/ACCUMULO-341
Project: Accumulo
Issue Type: Improvement
Components: docs
Reporter: David Medinets
Assignee: Adam Fuchs
Priority: Trivial
The following lines
{noformat}
$ ./accumulo shell -u username -p password
Shell - Accumulo Interactive Shell
- version: 1.4.x-incubating
- instance name: instance
- instance id: 00000000-0000-0000-0000-000000000000
-
- type 'help' for a list of available commands
-
username@instance> tables -l
{noformat}
can be replaced with one line:
{noformat}
$ ./accumulo shell -u username -p password -e 'tables -l'
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira