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/master Commit: 4c9a6662b22a1fa7bd4b3559f3e07802cb611233 Parents: f624d40 Author: Eric Newton <eric.new...@gmail.com> Authored: Mon Jan 6 18:20:37 2014 -0500 Committer: Eric Newton <eric.new...@gmail.com> 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