From b08eb5216d86cbe384b9f5e3c476dcb41d771e85 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 13 Nov 2017 17:28:31 +0000 Subject: Rename 'config' to 'env'. "Environment" more accurately reflects its usage, and this opens up "config" for global configuration. * Flags -c -> -e (-config -> -env). --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3