diff options
author | José Valim <[email protected]> | 2016-10-26 18:42:04 +0200 |
---|---|---|
committer | José Valim <[email protected]> | 2016-10-28 20:59:36 +0200 |
commit | 1f997eba43ed79c3fe2055446c791c1e6314adf7 (patch) | |
tree | c0be5c23af71cc08e4b8ff2baab8c59bc0e09e4c /erts | |
parent | 9be10412e1837aac339a284f2b01cfc112778180 (diff) | |
download | otp-1f997eba43ed79c3fe2055446c791c1e6314adf7.tar.gz otp-1f997eba43ed79c3fe2055446c791c1e6314adf7.tar.bz2 otp-1f997eba43ed79c3fe2055446c791c1e6314adf7.zip |
Document the -epmd_module switch in erl
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index eb1d24cf12..f39b640c7e 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -250,6 +250,11 @@ environment variable <c><![CDATA[DISPLAY]]></c> set to <c><![CDATA[gin:0]]></c>.</p> </item> + <tag><c><![CDATA[-epmd_module Module]]></c> (init flag)</tag> + <item> + <p>Configures the module responsible to communicate to + <seealso marker="epmd">epmd</seealso>. Defaults to <c>erl_epmd</c>.</p> + </item> <tag><c><![CDATA[-eval Expr]]></c> (init flag)</tag> <item> <p>Makes <c><![CDATA[init]]></c> evaluate the expression |