summaryrefslogtreecommitdiff
path: root/utils/cli/sample.lsmb
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cli/sample.lsmb')
-rw-r--r--utils/cli/sample.lsmb13
1 files changed, 6 insertions, 7 deletions
diff --git a/utils/cli/sample.lsmb b/utils/cli/sample.lsmb
index 62b67fb0..6344c89f 100644
--- a/utils/cli/sample.lsmb
+++ b/utils/cli/sample.lsmb
@@ -1,7 +1,6 @@
-# THe below line shows how to set the PGUSER environment variable
-ENV:PGUSER=postgres
-login=demo # set username
-password=demo # set password
-LOGIN
-MODULE AR # load AR
-CALL AR::transactions(\%$form);
+ENV:PGUSER = postgres # how to set an environment variable
+login = demo # How to set a form variable
+password = demo
+LOGIN # Log in
+MODULE AR # Load a module
+CALL AR::transactions(form, user) # call a function