diff options
-rw-r--r-- | utils/cli/ledgersmb_cli.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/cli/ledgersmb_cli.pl b/utils/cli/ledgersmb_cli.pl index b5ed3d92..b689b68d 100644 --- a/utils/cli/ledgersmb_cli.pl +++ b/utils/cli/ledgersmb_cli.pl @@ -17,6 +17,9 @@ # # This is a simple wrapper that allows you to write simple scripts with LSMB # See sample for the file format. +# +# THIS IS EXPERIMENTAL AND THE INTERFACE IS SUBJECT TO CHANGE + use LedgerSMB::User; use LedgerSMB::Form; |