diff options
author | Siri Hansen <[email protected]> | 2016-01-22 11:56:48 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-01-22 11:56:48 +0100 |
commit | 453934c7f240c1105088a63b8c4bb24e191c8b81 (patch) | |
tree | a609b84784769529501f32900844dc70ccafd825 /erts/doc | |
parent | a093ffe3721587fdb18e0cfaad55d5bdd3d22253 (diff) | |
parent | ff58636f3261150aec21c2209492c0a7feb75bd6 (diff) | |
download | otp-453934c7f240c1105088a63b8c4bb24e191c8b81.tar.gz otp-453934c7f240c1105088a63b8c4bb24e191c8b81.tar.bz2 otp-453934c7f240c1105088a63b8c4bb24e191c8b81.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc')
-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 b6fa4c254c..1c4a0056a7 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -382,6 +382,11 @@ similar to <c><![CDATA[code:add_pathsz/1]]></c>. See <seealso marker="kernel:code">code(3)</seealso>.</p> </item> + <tag><c><![CDATA[-path Dir1 Dir2 ...]]></c></tag> + <item> + <p>Replaces the path specified in the boot script. See + <seealso marker="sasl:script">script(4)</seealso>.</p> + </item> <tag><c><![CDATA[-remsh Node]]></c></tag> <item> <p>Starts Erlang with a remote shell connected to <c><![CDATA[Node]]></c>.</p> |