Repository: accumulo
Updated Branches:
  refs/heads/1.7 955200f3e -> b19de71ba
  refs/heads/1.8 5a8669a47 -> fdc331705
  refs/heads/master 7a0845643 -> 14c532b2c


ACCUMULO-4475 User manual references 'admin start'

* Removed references as 'bin/accumulo admin start' command does not exist.

Closes apache/accumulo#155

Signed-off-by: Josh Elser <els...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ab2bf631
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ab2bf631
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ab2bf631

Branch: refs/heads/1.7
Commit: ab2bf631f8e9dc2e8ba4947fb4be16afcfceddec
Parents: 955200f
Author: Mike Walch <mwa...@apache.org>
Authored: Wed Sep 28 09:37:36 2016 -0400
Committer: Josh Elser <els...@apache.org>
Committed: Wed Sep 28 12:46:40 2016 -0400

----------------------------------------------------------------------
 docs/src/main/asciidoc/chapters/administration.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ab2bf631/docs/src/main/asciidoc/chapters/administration.txt
----------------------------------------------------------------------
diff --git a/docs/src/main/asciidoc/chapters/administration.txt 
b/docs/src/main/asciidoc/chapters/administration.txt
index daf6d58..0f7bba6 100644
--- a/docs/src/main/asciidoc/chapters/administration.txt
+++ b/docs/src/main/asciidoc/chapters/administration.txt
@@ -384,9 +384,7 @@ take some time for particular configurations.
 
 Update your +$ACCUMULO_HOME/conf/slaves+ (or +$ACCUMULO_CONF_DIR/slaves+) file 
to account for the addition.
 
-  $ACCUMULO_HOME/bin/accumulo admin start <host(s)> {<host> ...}
-
-Alternatively, you can ssh to each of the hosts you want to add and run:
+Next, ssh to each of the hosts you want to add and run:
 
   $ACCUMULO_HOME/bin/start-here.sh
 

Reply via email to