diff options
author | Siri Hansen <[email protected]> | 2016-01-14 12:07:39 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-01-14 12:07:39 +0100 |
commit | f5c9dd660f3f098ba1e2a4110be594013a6dff11 (patch) | |
tree | ba49357ce00158b2115cf4950cbf03ee60342f20 /erts/doc | |
parent | 5a874a9e58e09a894f36ab81a0eef46e1fc27cd0 (diff) | |
download | otp-f5c9dd660f3f098ba1e2a4110be594013a6dff11.tar.gz otp-f5c9dd660f3f098ba1e2a4110be594013a6dff11.tar.bz2 otp-f5c9dd660f3f098ba1e2a4110be594013a6dff11.zip |
Add documentation of '-path' flag to 'erl'
This flag replaces the path specified in the boot script. It has
always existed, but was earlier only documented in SASL (script).
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 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> |