summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-07-06 14:08:57 +0000
committerBadlop <badlop@process-one.net>2009-07-06 14:08:57 +0000
commita7eb5a77eb3ecaa53f57b29289426a470d7d5db3 (patch)
treedf054170c51b28b603276324ad695727f964ded8 /doc
parentXEP-0248 bugfix (EJAB-963) (Thanks to Brian Cully) (diff)
Add -hidden flag when calling Debug or Ctl
SVN Revision: 2354
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 96861581..80bc0327 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -4192,6 +4192,10 @@ The command line parameters:
Maximum number of Erlang processes.
\titem{-remsh ejabberd@localhost}
Open an Erlang shell in a remote Erlang node.
+ \titem{-hidden}
+ The connections to other nodes are hidden (not published).
+ The result is that this node is not considered part of the cluster.
+ This is important when starting a temporary \term{ctl} or \term{debug} node.
\end{description}
Note that some characters need to be escaped when used in shell scripts, for instance \verb|"| and \verb|{}|.
You can find other options in the Erlang manual page (\shell{erl -man erl}).