diff options
author | Tristan Sloughter <[email protected]> | 2013-09-13 22:56:38 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-09-16 11:12:22 -0500 |
commit | fcd353f9302a2cd09dc133250b17156b5d29c742 (patch) | |
tree | c163fb9cd5cef546efeb3562bbafb4b6cef9fcbb | |
parent | 36127c167958d66c36c9bdc58f7110ac02fffe8f (diff) | |
download | relx-fcd353f9302a2cd09dc133250b17156b5d29c742.tar.gz relx-fcd353f9302a2cd09dc133250b17156b5d29c742.tar.bz2 relx-fcd353f9302a2cd09dc133250b17156b5d29c742.zip |
fix verbose value range in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ This creates the executable `relx`. : Additional dirs that should be searched for OTP Apps -V *INTEGER*, \--verbose *INTEGER* -: The verbosity level of the system. Valid values are 1 - 3 +: The verbosity level of the system. Valid values are 0 - 2 -c *STRING*, \--config *STRING* : The custom config file for the relx system |