diff options
author | Tristan Sloughter <[email protected]> | 2013-09-10 15:25:19 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-09-10 15:25:19 -0500 |
commit | 1a540f6470a4b3e1e7b4bfdc160ac4e40bf2ad82 (patch) | |
tree | 7c28ce1469497a107ecc726a1a25a1fc600be867 | |
parent | eb6a468640f8e417ab97f05400ee25b78b9480f1 (diff) | |
download | relx-1a540f6470a4b3e1e7b4bfdc160ac4e40bf2ad82.tar.gz relx-1a540f6470a4b3e1e7b4bfdc160ac4e40bf2ad82.tar.bz2 relx-1a540f6470a4b3e1e7b4bfdc160ac4e40bf2ad82.zip |
s/Reltool/Relx/
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ relx [*options*] [*release-specification-file*] # DESCRIPTION -Reltool assembles releases for an Erlang/OTP release. Given a release +Relx assembles releases for an Erlang/OTP release. Given a release specification and a list of directories in which to search for OTP applications it will generate a release output. That output depends heavily on what plugins available and what options are defined, but |