diff options
author | Badlop <badlop@process-one.net> | 2009-12-09 10:09:19 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-12-09 10:09:19 +0000 |
commit | 88b6849e692f15e318ec49e1546c757fcf617587 (patch) | |
tree | 0bc109d0c7e9ce43aa4cbbd66bfb147375fffd05 /doc | |
parent | Apply a forgotten part of the original patch (EJAB-1119) (diff) |
Fix erl -setcookie argument in cluster setup (thanks to Jan Koum)
SVN Revision: 2795
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index d2ddeda7e..ebf8c9e54 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -4919,7 +4919,7 @@ following steps: \item Copy \verb|~ejabberd/.erlang.cookie| file from \term{first} to \term{second}. - (alt) You can also add `\verb|-cookie content_of_.erlang.cookie|' + (alt) You can also add `\verb|-setcookie content_of_.erlang.cookie|' option to all `\shell{erl}' commands below. \item On \term{second} run the following command as the \ejabberd{} daemon user, |