From 392abf148122be020f3955005497d488d3f881fd Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Tue, 11 Nov 2014 01:27:41 +0000 Subject: First unkeyed var is now 'name', appid -> name The first variable can be unkeyed and the provider will sub in the variable name 'name'. Additionally, the built-in templates and documentation have been updated so that 'appid' is now 'name' and the alternative commands are shown. --- priv/templates/vm.args.dtl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'priv/templates/vm.args.dtl') diff --git a/priv/templates/vm.args.dtl b/priv/templates/vm.args.dtl index 27028ac..a8a43f0 100644 --- a/priv/templates/vm.args.dtl +++ b/priv/templates/vm.args.dtl @@ -1,6 +1,6 @@ --name {{appid}} +-name {{name}} --setcookie {{appid}}_cookie +-setcookie {{name}}_cookie +K true +A30 -- cgit v1.1