Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 424A810744 for ; Mon, 6 Jan 2014 23:21:05 +0000 (UTC) Received: (qmail 5635 invoked by uid 500); 6 Jan 2014 23:21:05 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 5581 invoked by uid 500); 6 Jan 2014 23:21:05 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 5574 invoked by uid 99); 6 Jan 2014 23:21:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 23:21:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BB232882FEF; Mon, 6 Jan 2014 23:21:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ecn@apache.org To: commits@accumulo.apache.org Date: Mon, 06 Jan 2014 23:21:04 -0000 Message-Id: <5470e7a1329b46368368c6f6951a8a83@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: ACCUMULO-2141 updating docs to 1.5 option parsing Updated Branches: refs/heads/1.6.0-SNAPSHOT f17661cd1 -> 278134909 ACCUMULO-2141 updating docs to 1.5 option parsing Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4c9a6662 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4c9a6662 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4c9a6662 Branch: refs/heads/1.6.0-SNAPSHOT Commit: 4c9a6662b22a1fa7bd4b3559f3e07802cb611233 Parents: f624d40 Author: Eric Newton Authored: Mon Jan 6 18:20:37 2014 -0500 Committer: Eric Newton Committed: Mon Jan 6 18:20:37 2014 -0500 ---------------------------------------------------------------------- docs/examples/README.dirlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/4c9a6662/docs/examples/README.dirlist ---------------------------------------------------------------------- diff --git a/docs/examples/README.dirlist b/docs/examples/README.dirlist index 60d3233..b60650f 100644 --- a/docs/examples/README.dirlist +++ b/docs/examples/README.dirlist @@ -62,7 +62,7 @@ To count the number of direct children (directories and files) and descendants ( The results are written back to the same table. FileCount reads from and writes to Accumulo. This requires scan authorizations for the read and a visibility for the data written. In this example, the authorizations and visibility are set to the same value, exampleVis. See README.visibility for more information on visibility and authorizations. - $ ./bin/accumulo org.apache.accumulo.examples.simple.dirlist.FileCount instance zookeepers username password dirTable exampleVis exampleVis + $ ./bin/accumulo org.apache.accumulo.examples.simple.dirlist.FileCount -i instance -z zookeepers -u username -p password -t dirTable --auths exampleVis ## Directory Table