diff options
author | Brian Cully <bjc@kublai.com> | 2017-11-13 17:28:31 +0000 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2017-11-13 17:28:31 +0000 |
commit | b08eb5216d86cbe384b9f5e3c476dcb41d771e85 (patch) | |
tree | 430568ed596e6789ec043c618a8ebe3d65907615 /README | |
parent | adfa2c97a1473bedcc10d3e2e3937eec249c0dfd (diff) | |
download | xmpt-b08eb5216d86cbe384b9f5e3c476dcb41d771e85.tar.gz xmpt-b08eb5216d86cbe384b9f5e3c476dcb41d771e85.zip |
Rename 'config' to 'env'.
"Environment" more accurately reflects its usage, and this opens up
"config" for global configuration.
* Flags -c -> -e (-config -> -env).
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,5 +108,5 @@ corresponding server data is in 'input'. So to run a quick-and-dirty test, execute: #+BEGIN -% xmpt -c t/fixtures/localhost.conf -p t/fixtures/testplan < t/fixtures/input +% xmpt -e t/fixtures/sample.env -p t/fixtures/sample.plan < t/fixtures/sample.input #+END |