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.lsmb9
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/cli/sample.lsmb b/utils/cli/sample.lsmb
index 05650f97..62b67fb0 100644
--- a/utils/cli/sample.lsmb
+++ b/utils/cli/sample.lsmb
@@ -1,6 +1,7 @@
# THe below line shows how to set the PGUSER environment variable
-ENV:PGUSER = postgres
-user = demo # set username
-password = demo # set password
+ENV:PGUSER=postgres
+login=demo # set username
+password=demo # set password
+LOGIN
MODULE AR # load AR
-CALL AR::transactions
+CALL AR::transactions(\%$form);