aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-01-22 11:53:52 +0100
committerSiri Hansen <[email protected]>2016-01-22 11:53:52 +0100
commitff58636f3261150aec21c2209492c0a7feb75bd6 (patch)
tree08f227f948bdcccf8eb5bd9de741b300438d304f /erts
parentd0866ccbd3f66f8d435a1fa8f6220fc80977dc4a (diff)
parentf5c9dd660f3f098ba1e2a4110be594013a6dff11 (diff)
downloadotp-ff58636f3261150aec21c2209492c0a7feb75bd6.tar.gz
otp-ff58636f3261150aec21c2209492c0a7feb75bd6.tar.bz2
otp-ff58636f3261150aec21c2209492c0a7feb75bd6.zip
Merge branch 'siri/document-path-flag/OTP-13060' into maint
* siri/document-path-flag/OTP-13060: Add documentation of '-path' flag to 'erl'
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erl.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index ec4a0dee05..e8621fecc3 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>