summaryrefslogtreecommitdiff
path: root/utils/cli/sample.lsmb
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-01 16:19:41 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-01 16:19:41 +0000
commit378fc51951d5e6d517717186973a892f065ca52b (patch)
treea843355408ef4608a64a351d0f97b20c7020d2a2 /utils/cli/sample.lsmb
parent41d610655d154903534fe403bd1f219580afb8c7 (diff)
Some enhancements to the CLI script wrapper
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@451 4979c152-3d1c-0410-bac9-87ea11338e46
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);