From 87aad076c78e03be4367e624b22e7c8b001d3b5a Mon Sep 17 00:00:00 2001 From: CSLukeW Date: Sat, 11 Jul 2020 00:01:41 -0600 Subject: [PATCH] Doc update --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fb75fc4..0c54e43 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,16 @@ The package comes with a script to automatically upload a csv file to the given usage: csvsql [-h] user password host database table filename positional arguments: - user user for database login - password password for login if necessary - host host IP for database - database database to run queries on - table table to insert into (will create new if doesn't exist) - filename filepath of CSV file to insert + user user for database login + password password for login if necessary + host host IP for database + database database to run queries on + table table to insert into (will create new if doesn't exist) + filename filepath of CSV file to insert optional arguments: - -h, --help show this help message and exit + -h, --help show this help message and exit + --overwrite Overwrite already-present table in database ``` #### example