summaryrefslogtreecommitdiffstats
path: root/bin/acf-cli
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acf-cli')
-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.