diff options
author | Eric <[email protected]> | 2012-12-30 20:01:39 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-12-30 20:01:39 -0500 |
commit | 60e04b48942a8d2e0d401ae5deb84e4dc61d05f5 (patch) | |
tree | f904aa417d628c4b2183099995ea0b28c478bbc6 /README.md | |
parent | 7313be05d2805a3cf699e25d160401fd95635e33 (diff) | |
download | relx-60e04b48942a8d2e0d401ae5deb84e4dc61d05f5.tar.gz relx-60e04b48942a8d2e0d401ae5deb84e4dc61d05f5.tar.bz2 relx-60e04b48942a8d2e0d401ae5deb84e4dc61d05f5.zip |
support the ability to specify a root directory
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ additional specification information for releases. # OPTIONS +-r *STRING*, \--root *STRING* +: Specify the root directory for the project (if different from cwd) + -n *STRING*, \--relname *STRING* : Specify the name for the release that will be generated |