summaryrefslogtreecommitdiff
path: root/plac/doc/dbcli.help
diff options
context:
space:
mode:
Diffstat (limited to 'plac/doc/dbcli.help')
-rw-r--r--plac/doc/dbcli.help13
1 files changed, 13 insertions, 0 deletions
diff --git a/plac/doc/dbcli.help b/plac/doc/dbcli.help
new file mode 100644
index 0000000..c606181
--- /dev/null
+++ b/plac/doc/dbcli.help
@@ -0,0 +1,13 @@
+usage: dbcli.py [-h] [-H] [-c SQL] [-d |] db [scripts [scripts ...]]
+
+A script to run queries and SQL scripts on a database
+
+positional arguments:
+ db Connection string
+ scripts SQL scripts
+
+optional arguments:
+ -h, --help show this help message and exit
+ -H, --header Header
+ -c, --sqlcmd SQL SQL command
+ -d, --delimiter | Column separator