summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-13 21:23:11 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-13 21:23:11 +0000
commit0f1ece68776d632c1eea63a6282d3332477380b7 (patch)
tree4f4eef2d052d49a7f68642258190b4c61a9b3c06 /bin
parent5cb50b7861b17cc761ef7001289dd7fd63ff62d9 (diff)
downloadacf-core-0f1ece68776d632c1eea63a6282d3332477380b7.tar.bz2
acf-core-0f1ece68776d632c1eea63a6282d3332477380b7.tar.xz
Fixed acf-cli usage to use new name
Diffstat (limited to 'bin')
-rwxr-xr-xbin/acf-cli4
1 files changed, 2 insertions, 2 deletions
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.