Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91D889260 for ; Wed, 15 Feb 2012 20:36:23 +0000 (UTC) Received: (qmail 84552 invoked by uid 500); 15 Feb 2012 20:36:23 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 84525 invoked by uid 500); 15 Feb 2012 20:36:23 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 84518 invoked by uid 99); 15 Feb 2012 20:36:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 20:36:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 20:36:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7F40B2388A6C for ; Wed, 15 Feb 2012 20:35:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r804965 [2/3] - in /websites/staging/accumulo/trunk: ./ content/accumulo/user_manual_1.4-incubating/ Date: Wed, 15 Feb 2012 20:35:47 -0000 To: accumulo-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120215203547.7F40B2388A6C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/accumulo/trunk/content/accumulo/user_manual_1.4-incubating/Shell_Commands.html ============================================================================== --- websites/staging/accumulo/trunk/content/accumulo/user_manual_1.4-incubating/Shell_Commands.html (original) +++ websites/staging/accumulo/trunk/content/accumulo/user_manual_1.4-incubating/Shell_Commands.html Wed Feb 15 20:35:46 2012 @@ -59,7 +59,7 @@

Documentation

    @@ -97,10 +97,11 @@

    Shell Commands

    ?

    -
    usage: ? [ <command> <command> ] [-?] [-np]   
    +
    usage: ? [ <command> <command> ] [-?] [-np] [-nw]   
     description: provides information about the available commands   
       -?,-help  display this help   
    -  -np,-no-pagination  disables pagination of output
    +  -np,-no-pagination  disables pagination of output   
    +  -nw,-no-wrap  disables wrapping of output
     
    @@ -109,19 +110,18 @@
    usage: about [-?] [-v]   
     description: displays information about this program   
       -?,-help  display this help   
    -  -v,-verbose displays details session information
    +  -v,-verbose  displays details session information
     

    addsplits

    -
    usage: addsplits [<split> <split> ] [-?] [-b64] [-sf <filename>] [-t   
    -       <tableName>]   
    +
    usage: addsplits [<split> <split> ] [-?] [-b64] [-sf <filename>] [-t <tableName>]   
     description: add split points to an existing table   
       -?,-help  display this help   
    -  -b64,-base64encoded decode encoded split points   
    -  -sf,-splits-file <filename> file with newline separated list of rows to add   
    -       to table   
    +  -b64,-base64encoded  decode encoded split points   
    +  -sf,-splits-file <filename>  file with newline separated list of rows to add to   
    +          table   
       -t,-table <tableName>  name of a table to add split points to
     
    @@ -161,14 +161,14 @@

    clonetable

    usage: clonetable <current table name> <new table name> [-?] [-e <arg>] [-nf] [-s   
    -       <arg>]   
    +          <arg>]   
     description: clone a table   
       -?,-help  display this help   
       -e,-exclude <arg>  properties that should not be copied from source table.   
    -       Expects <prop>,<prop>   
    +          Expects <prop>,<prop>   
       -nf,-noFlush  do not flush table data in memory before cloning.   
       -s,-set <arg>  set initial properties before the table comes online. Expects   
    -       <prop>=<value>,<prop>=<value>
    +          <prop>=<value>,<prop>=<value>
     
    @@ -183,11 +183,11 @@

    compact

    usage: compact [-?] [-b <arg>] [-e <arg>] [-nf] [-p <pattern> | -t <tableName>]   
    -       [-w]   
    +          [-w]   
     description: sets all tablets for a table to major compact as soon as possible   
    -       (based on current time)   
    +          (based on current time)   
       -?,-help  display this help   
    -  -b,-begin-row <arg> begin row   
    +  -b,-begin-row <arg>  begin row   
       -e,-end-row <arg>  end row   
       -nf,-noFlush  do not flush table data in memory before compacting.   
       -p,-pattern <pattern>  regex pattern of table names to flush   
    @@ -198,12 +198,12 @@
     
     

    config

    -
    usage: config [-?] [-d <property> | -f <string> | -s <property=value>] [-np]   
    -       [-t <table>]   
    +
    usage: config [-?] [-d <property> | -f <string> | -s <property=value>]  [-np]  [-t   
    +          <table>]   
     description: prints system properties and table specific properties   
       -?,-help  display this help   
       -d,-delete <property>  delete a per-table property   
    -  -f,-filter <string> show only properties that contain this string   
    +  -f,-filter <string>  show only properties that contain this string   
       -np,-no-pagination  disables pagination of output   
       -s,-set <property=value>  set a per-table property   
       -t,-table <table>  display/set/delete properties for specified table
    @@ -213,24 +213,23 @@
     

    createtable

    usage: createtable <tableName> [-?] [-a   
    -       <<columnfamily>[:<columnqualifier>]=<aggregation_class>>] [-b64]   
    -       [-cc <table>] [-cs <table> | -sf <filename>] [-evc] [-ndi]  [-tl |   
    -       -tm]   
    -description: creates a new table, with optional aggregators and optionally   
    -       pre-split   
    -  -?,-help  display this help   
    -  -a,-aggregator <<columnfamily>[:<columnqualifier>]=<aggregation_class>>   
    -       comma separated column=aggregator   
    -  -b64,-base64encoded decode encoded split points   
    +          <<columnfamily>[:<columnqualifier>]=<aggregation class>>] [-b64] [-cc   
    +          <table>] [-cs <table> | -sf <filename>] [-evc] [-f <className>] [-ndi]   
    +          [-tl | -tm]   
    +description: creates a new table, with optional aggregators and optionally pre-split   
    +  -?,-help  display this help   
    +  -a,-aggregator <<columnfamily>[:<columnqualifier>]=<aggregation class>>  comma   
    +          separated column=aggregator   
    +  -b64,-base64encoded  decode encoded split points   
       -cc,-copy-config <table>  table to copy configuration from   
       -cs,-copy-splits <table>  table to copy current splits from   
    -  -evc,-enable-visibility-constraint  prevents users from writing data they can   
    -       not read.  When enabling this may want to consider disabling bulk   
    -       import and alter table   
    -  -ndi,-no-default-iterators  prevents creation of the normal default iterator   
    -       set   
    -  -sf,-splits-file <filename> file with newline separated list of rows to   
    -       create a pre-split table   
    +  -evc,-enable-visibility-constraint  prevents users from writing data they can not   
    +          read.  When enabling this may want to consider disabling bulk import and   
    +          alter table   
    +  -f,-formatter <className>  default formatter to set   
    +  -ndi,-no-default-iterators  prevents creation of the normal default iterator set   
    +  -sf,-splits-file <filename>  file with newline separated list of rows to create a   
    +          pre-split table   
       -tl,-time-logical  use logical time   
       -tm,-time-millis  use time in milliseconds
     
    @@ -256,7 +255,7 @@

    delete

    usage: delete <row> <colfamily> <colqualifier> [-?] [-l <expression>] [-t   
    -       <timestamp>]   
    +          <timestamp>]   
     description: deletes a record from a table   
       -?,-help  display this help   
       -l,-authorization-label <expression>  formatted authorization label expression   
    @@ -271,7 +270,7 @@
       -?,-help  display this help   
       -majc,-major-compaction  applied at major compaction   
       -minc,-minor-compaction  applied at minor compaction   
    -  -n,-name <itername> iterator to delete   
    +  -n,-name <itername>  iterator to delete   
       -scan,-scan-time  applied at scan time   
       -t,-table <table>  tableName
     
    @@ -280,17 +279,22 @@

    deletemany

    usage: deletemany [-?] [-b <start-row>] [-c   
    -       <<columnfamily>[:<columnqualifier>]>] [-e <end-row>] [-f] [-np]   
    -       [-s <comma-separated-authorizations>] [-st] [-t <table>]   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>]   
    +          [-e <end-row>] [-f] [-fm <className>] [-np] [-r <row>] [-s   
    +          <comma-separated-authorizations>] [-st] [-t <table>]   
     description: scans a table and deletes the resulting records   
       -?,-help  display this help   
       -b,-begin-row <start-row>  begin row (inclusive)   
    -  -c,-columns <<columnfamily>[:<columnqualifier>]>  comma-separated columns   
    +  -c,-columns   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>   
    +          comma-separated columns   
       -e,-end-row <end-row>  end row (inclusive)   
       -f,-force  forces deletion without prompting   
    +  -fm,-formatter <className>  fully qualified name of the formatter class to use   
       -np,-no-pagination  disables pagination of output   
    +  -r,-row <row>  row to scan   
       -s,-scan-authorizations <comma-separated-authorizations>  scan authorizations   
    -       (all user auths are used if this argument is not specified)   
    +          (all user auths are used if this argument is not specified)   
       -st,-show-timestamps  enables displaying timestamps   
       -t,-table <table>  table to be created
     
    @@ -299,27 +303,24 @@

    deleterows

    usage: deleterows [-?] [-b <arg>] [-e <arg>] [-f] [-t <table>]   
    -description: delete a range of rows in a table   
    -Note that rows matching the start row ARE NOT deleted, but rows matching the end   
    -       row ARE deleted.   
    +description: delete a range of rows in a table.  Note that rows matching the start   
    +          row ARE NOT deleted, but rows matching the end row ARE deleted.   
       -?,-help  display this help   
    -  -b,-begin-row <arg> begin row   
    +  -b,-begin-row <arg>  begin row   
       -e,-end-row <arg>  end row   
       -f,-force  delete data even if start or end are not specified   
       -t,-tableName <table>  table to delete row range
     
    -

    Note
    -

    deletescaniter

    usage: deletescaniter [-?] [-a] [-n <itername>] [-t <table>]   
    -description: deletes a table-specific scan iterator so it is no longer used   
    -       during this shell session   
    +description: deletes a table-specific scan iterator so it is no longer used during   
    +          this shell session   
       -?,-help  display this help   
       -a,-all  delete all for tableName   
    -  -n,-name <itername> iterator to delete   
    +  -n,-name <itername>  iterator to delete   
       -t,-table <table>  tableName
     
    @@ -329,7 +330,7 @@
    usage: deletetable <tableName> [-?] [-t <arg>]   
     description: deletes a table   
       -?,-help  display this help   
    -  -t,-tableName <arg> deletes a table
    +  -t,-tableName <arg>  deletes a table
     
    @@ -346,7 +347,7 @@
    usage: droptable <tableName> [-?] [-t <arg>]   
     description: deletes a table   
       -?,-help  display this help   
    -  -t,-tableName <arg> deletes a table
    +  -t,-tableName <arg>  deletes a table
     
    @@ -362,8 +363,8 @@

    usage: du <table> <table> [-?] [-p <pattern>]   
     description: Prints how much space is used by files referenced by a table.  When   
    -       multiple tables are specified it prints how much space is used by   
    -       files shared between tables, if any.   
    +          multiple tables are specified it prints how much space is used by files   
    +          shared between tables, if any.   
       -?,-help  display this help   
       -p,-pattern <pattern>  regex pattern of table names
     
    @@ -372,22 +373,25 @@

    egrep

    usage: egrep <regex> <regex> [-?] [-b <start-row>] [-c   
    -       <<columnfamily>[:<columnqualifier>]>] [-e <end-row>] [-f <int>]   
    -       [-np] [-nt <arg>] [-s <comma-separated-authorizations>] [-st] [-t   
    -       <table>]   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>]   
    +          [-e <end-row>] [-f <int>] [-fm <className>] [-np] [-nt <arg>] [-r <row>]   
    +          [-s <comma-separated-authorizations>] [-st] [-t <table>]   
     description: searches each row, column family, column qualifier and value, in   
    -       parallel, on the server side (using a java Matcher, so put .*   
    -       before and after your term if you're not matching the whole   
    -       element)   
    +          parallel, on the server side (using a java Matcher, so put .* before and   
    +          after your term if you're not matching the whole element)   
       -?,-help  display this help   
       -b,-begin-row <start-row>  begin row (inclusive)   
    -  -c,-columns <<columnfamily>[:<columnqualifier>]>  comma-separated columns   
    +  -c,-columns   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>   
    +          comma-separated columns   
       -e,-end-row <end-row>  end row (inclusive)   
       -f,-show few <int>  Only shows certain amount of characters   
    +  -fm,-formatter <className>  fully qualified name of the formatter class to use   
       -np,-no-pagination  disables pagination of output   
       -nt,-num-threads <arg>  num threads   
    +  -r,-row <row>  row to scan   
       -s,-scan-authorizations <comma-separated-authorizations>  scan authorizations   
    -       (all user auths are used if this argument is not specified)   
    +          (all user auths are used if this argument is not specified)   
       -st,-show-timestamps  enables displaying timestamps   
       -t,-tableName <table>  table to grep through
     
    @@ -398,7 +402,7 @@
    usage: execfile [-?] [-v]   
     description: specifies a file containing accumulo commands to execute   
       -?,-help  display this help   
    -  -v,-verbose displays command prompt as commands are executed
    +  -v,-verbose  displays command prompt as commands are executed
     
    @@ -415,7 +419,7 @@
    usage: flush [-?] [-b <arg>] [-e <arg>] [-p <pattern> | -t <tableName>]  [-w]   
     description: flushes a tables data that is currently in memory to disk   
       -?,-help  display this help   
    -  -b,-begin-row <arg> begin row   
    +  -b,-begin-row <arg>  begin row   
       -e,-end-row <arg>  end row   
       -p,-pattern <pattern>  regex pattern of table names to flush   
       -t,-table <tableName>  name of a table to flush   
    @@ -425,12 +429,13 @@
     
     

    formatter

    -
    usage: formatter [-?] -f <className> | -l | -r   
    -description: specifies a formatter to use for displaying database entries   
    +
    usage: formatter [-?] -f <className> | -l | -r  [-t <table>]   
    +description: specifies a formatter to use for displaying table entries   
       -?,-help  display this help   
    -  -f,-formatter <className>  fully qualified name of formatter class to use   
    +  -f,-formatter <className>  fully qualified name of the formatter class to use   
       -l,-list  display the current formatter   
    -  -r,-reset  reset to default formatter
    +  -r,-remove  remove the current formatter   
    +  -t,-table <table>  table to set the formatter on
     
    @@ -457,11 +462,11 @@
    usage: getsplits [-?] [-b64] [-m <num>] [-o <file>] [-t <table>] [-v]   
     description: retrieves the current split points for tablets in the current table   
       -?,-help  display this help   
    -  -b64,-base64encoded encode the split points   
    +  -b64,-base64encoded  encode the split points   
       -m,-max <num>  specifies the maximum number of splits to create   
       -o,-output <file>  specifies a local file to write the splits to   
       -t,-tableName <table>  table to get splits on   
    -  -v,-verbose print out the tablet information with start/end rows
    +  -v,-verbose  print out the tablet information with start/end rows
     
    @@ -473,28 +478,32 @@ -p,-pattern <pattern> regex pattern of tables to grant permissions on -s,-system grant a system permission -t,-table <table> grant a table permission on this table - -u,-user <username> user to operate on + -u,-user <username> user to operate on

    grep

    usage: grep <term> <term> [-?] [-b <start-row>] [-c   
    -       <<columnfamily>[:<columnqualifier>]>] [-e <end-row>] [-f <int>]   
    -       [-np] [-nt <arg>] [-s <comma-separated-authorizations>] [-st] [-t   
    -       <table>]   
    -description: searches each row, column family, column qualifier and value in a   
    -       table for a substring (not a regular expression), in parallel, on   
    -       the server side   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>]   
    +          [-e <end-row>] [-f <int>] [-fm <className>] [-np] [-nt <arg>] [-r <row>]   
    +          [-s <comma-separated-authorizations>] [-st] [-t <table>]   
    +description: searches each row, column family, column qualifier and value in a table   
    +          for a substring (not a regular expression), in parallel, on the server   
    +          side   
       -?,-help  display this help   
       -b,-begin-row <start-row>  begin row (inclusive)   
    -  -c,-columns <<columnfamily>[:<columnqualifier>]>  comma-separated columns   
    +  -c,-columns   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>   
    +          comma-separated columns   
       -e,-end-row <end-row>  end row (inclusive)   
       -f,-show few <int>  Only shows certain amount of characters   
    +  -fm,-formatter <className>  fully qualified name of the formatter class to use   
       -np,-no-pagination  disables pagination of output   
       -nt,-num-threads <arg>  num threads   
    +  -r,-row <row>  row to scan   
       -s,-scan-authorizations <comma-separated-authorizations>  scan authorizations   
    -       (all user auths are used if this argument is not specified)   
    +          (all user auths are used if this argument is not specified)   
       -st,-show-timestamps  enables displaying timestamps   
       -t,-tableName <table>  table to grep through
     
    @@ -502,10 +511,11 @@

    help

    -
    usage: help [ <command> <command> ] [-?] [-np]   
    +
    usage: help [ <command> <command> ] [-?] [-np] [-nw]   
     description: provides information about the available commands   
       -?,-help  display this help   
    -  -np,-no-pagination  disables pagination of output
    +  -np,-no-pagination  disables pagination of output   
    +  -nw,-no-wrap  disables wrapping of output
     
    @@ -522,7 +532,7 @@

    usage: importdirectory <directory> <failureDirectory> true|false [-?]   
     description: bulk imports an entire directory of data files to the current table.   
    -        The boolean argument determines if accumulo sets the time.   
    +          The boolean argument determines if accumulo sets the time.   
       -?,-help  display this help
     
    @@ -532,14 +542,14 @@
    usage: info [-?] [-v]   
     description: displays information about this program   
       -?,-help  display this help   
    -  -v,-verbose displays details session information
    +  -v,-verbose  displays details session information
     

    insert

    usage: insert <row> <colfamily> <colqualifier> <value> [-?] [-l <expression>] [-t   
    -       <timestamp>]   
    +          <timestamp>]   
     description: inserts a record   
       -?,-help  display this help   
       -l,-authorization-label <expression>  formatted authorization label expression   
    @@ -547,12 +557,25 @@
     
    +

    listiter
    +

    +
    usage: listiter [-?] [-majc] [-minc] [-n <itername>] [-scan] [-t <table>]   
    +description: lists table-specific iterators   
    +  -?,-help  display this help   
    +  -majc,-major-compaction  applied at major compaction   
    +  -minc,-minor-compaction  applied at minor compaction   
    +  -n,-name <itername>  iterator to delete   
    +  -scan,-scan-time  applied at scan time   
    +  -t,-table <table>  tableName
    +
    + +

    listscans

    usage: listscans [-?] [-np] [-ts <tablet server>]   
     description: list what scans are currently running in accumulo. See the   
    -       accumulo.core.client.admin.ActiveScan javadoc for more information   
    -       about columns.   
    +          accumulo.core.client.admin.ActiveScan javadoc for more information about   
    +          columns.   
       -?,-help  display this help   
       -np,-no-pagination  disables pagination of output   
       -ts,-tabletServer <tablet server>  list scans for a specific tablet server
    @@ -561,7 +584,7 @@
     
     

    masterstate

    -
    usage: use the command line utility instead [-?]   
    +
    usage: masterstate is deprecated, use the command line utility instead [-?]   
     description: DEPRECATED: use the command line utility instead   
       -?,-help  display this help
     
    @@ -570,7 +593,7 @@

    maxrow

    usage: maxrow [-?] [-b <begin-row>] [-be] [-e <end-row>] [-ee] [-s   
    -       <comma-separated-authorizations>] [-t <table>]   
    +          <comma-separated-authorizations>] [-t <table>]   
     description: find the max row in a table within a given range   
       -?,-help  display this help   
       -b,-begin-row <begin-row>  begin row   
    @@ -578,7 +601,7 @@
       -e,-end-row <end-row>  end row   
       -ee,-end-exclusive  make end row exclusive, by defaults it inclusive   
       -s,-scan-authorizations <comma-separated-authorizations>  scan authorizations   
    -       (all user auths are used if this argument is not specified)   
    +          (all user auths are used if this argument is not specified)   
       -t,-table <table>  table to be created
     
    @@ -588,13 +611,13 @@
    usage: merge [-?] [-b <arg>] [-e <arg>] [-f] [-s <arg>] [-t <table>] [-v]   
     description: merge tablets in a table   
       -?,-help  display this help   
    -  -b,-begin-row <arg> begin row   
    +  -b,-begin-row <arg>  begin row   
       -e,-end-row <arg>  end row   
    -  -f,-force  merge small tablets to large tablets, even if it goes over the   
    -       given size   
    +  -f,-force  merge small tablets to large tablets, even if it goes over the given   
    +          size   
       -s,-size <arg>  merge tablets to the given size over the entire table   
       -t,-tableName <table>  table to be merged   
    -  -v,-verbose verbose output during merge
    +  -v,-verbose  verbose output during merge
     
    @@ -603,7 +626,7 @@
    usage: notable [-?] [-t <arg>]   
     description: returns to a tableless shell state   
       -?,-help  display this help   
    -  -t,-tableName <arg> Returns to a no table state
    +  -t,-tableName <arg>  Returns to a no table state
     
    @@ -659,24 +682,29 @@ -?,-help display this help -s,-system revoke a system permission -t,-table <table> revoke a table permission on this table - -u,-user <username> user to operate on + -u,-user <username> user to operate on

    scan

    -
    usage: scan [-?] [-b <start-row>] [-c <<columnfamily>[:<columnqualifier>]>] [-e   
    -       <end-row>] [-f <int>] [-np] [-s <comma-separated-authorizations>]   
    -       [-st] [-t <table>]   
    +
    usage: scan [-?] [-b <start-row>] [-c   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>]   
    +          [-e <end-row>] [-f <int>] [-fm <className>] [-np] [-r <row>] [-s   
    +          <comma-separated-authorizations>] [-st] [-t <table>]   
     description: scans the table, and displays the resulting records   
       -?,-help  display this help   
       -b,-begin-row <start-row>  begin row (inclusive)   
    -  -c,-columns <<columnfamily>[:<columnqualifier>]>  comma-separated columns   
    +  -c,-columns   
    +          «columnfamily>[:<columnqualifier>],<columnfamily>[:<columnqualifier>]>   
    +          comma-separated columns   
       -e,-end-row <end-row>  end row (inclusive)   
       -f,-show few <int>  Only shows certain amount of characters   
    +  -fm,-formatter <className>  fully qualified name of the formatter class to use   
       -np,-no-pagination  disables pagination of output   
    +  -r,-row <row>  row to scan   
       -s,-scan-authorizations <comma-separated-authorizations>  scan authorizations   
    -       (all user auths are used if this argument is not specified)   
    +          (all user auths are used if this argument is not specified)   
       -st,-show-timestamps  enables displaying timestamps   
       -t,-tableName <table>  table to be scanned
     
    @@ -685,7 +713,7 @@

    select

    usage: select <row> <columnfamily> <columnqualifier> [-?] [-np] [-s   
    -       <comma-separated-authorizations>] [-st] [-t <table>]   
    +          <comma-separated-authorizations>] [-st] [-t <table>]   
     description: scans for and displays a single record   
       -?,-help  display this help   
       -np,-no-pagination  disables pagination of output   
    @@ -698,7 +726,7 @@
     

    selectrow

    usage: selectrow <row> [-?] [-np] [-s <comma-separated-authorizations>] [-st] [-t   
    -       <table>]   
    +          <table>]   
     description: scans a single row and displays all resulting records   
       -?,-help  display this help   
       -np,-no-pagination  disables pagination of output   
    @@ -715,17 +743,17 @@
       -?,-help  display this help   
       -c,-clear-authorizations  clears the scan authorizations   
       -s,-scan-authorizations <comma-separated-authorizations>  set the scan   
    -       authorizations   
    +          authorizations   
       -u,-user <user>  user to operate on
     

    setgroups

    -
    usage: setgroups <group>=<col fam>,<col fam> <group>=<col fam>,<col fam>   
    
    [... 53 lines stripped ...]