From 0f1ece68776d632c1eea63a6282d3332477380b7 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 13 Jan 2012 21:23:11 +0000 Subject: Fixed acf-cli usage to use new name --- bin/acf-cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/acf-cli') diff --git a/bin/acf-cli b/bin/acf-cli index 4ef512e..c804c97 100755 --- a/bin/acf-cli +++ b/bin/acf-cli @@ -2,7 +2,7 @@ if #arg == 0 then print([[ACF Client interface -Usage: acf_cli [action] [parameter]... +Usage: acf-cli [action] [parameter]... Actions are of the form "prefix/controller/action" Parameters are of the form "parameter=value" @@ -10,7 +10,7 @@ Parameters are of the form "parameter=value" boolean parameters are true if defined, false is undefined Example: -acf_cli acf-util/password/newuser password="test123" password_confirm="test123" roles[1]="ADMIN" userid="root" Create +acf-cli acf-util/password/newuser password="test123" password_confirm="test123" roles[1]="ADMIN" userid="root" Create For forms, remember to pass in the "option" value as a parameter (see Create in example above). Output will be a serialized Lua table. -- cgit v1.2.3