You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by jiun bookworm <th...@gmail.com> on 2013/03/02 22:31:34 UTC

small typo in docs?

im going through the basic tutorial here:
http://accumulo.apache.org/1.4/user_manual/Accumulo_Shell.html

and under basic administration i see this statement:
"... You can use the* "-t"* option to scan to see the timestamp for the
cell, too"

but in the shell this is what i see:
"
 * -st*,--show-timestamps
display timestamps
  -t,--tableName <table>
"

the -t  in the docs seems to be a typo i think

Re: small typo in docs?

Posted by Josh Elser <jo...@gmail.com>.
Created ACCUMULO-1139 for this.

Thanks!

On 03/02/2013 04:31 PM, jiun bookworm wrote:
> im going through the basic tutorial here:
> http://accumulo.apache.org/1.4/user_manual/Accumulo_Shell.html
>
> and under basic administration i see this statement:
> "... You can use the*"-t"* option to scan to see the timestamp for the 
> cell, too"
>
> but in the shell this is what i see:
> "
> *-st*,--show-timestamps display timestamps
>   -t,--tableName <table>
> "
>
> the -t  in the docs seems to be a typo i think