aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-11-13 17:28:31 +0000
committerBrian Cully <bjc@kublai.com>2017-11-13 17:28:31 +0000
commitb08eb5216d86cbe384b9f5e3c476dcb41d771e85 (patch)
tree430568ed596e6789ec043c618a8ebe3d65907615 /README
parentadfa2c97a1473bedcc10d3e2e3937eec249c0dfd (diff)
downloadxmpt-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--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index b4646dc..0688a73 100644
--- a/README
+++ b/README
@@ -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