From f5fd6326f1ed1d244f59cc8708018ef115c4b98b Mon Sep 17 00:00:00 2001 From: Kaev Date: Tue, 28 Nov 2017 22:32:34 +0100 Subject: [PATCH] Updated README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9e7bff0..dc4663e 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Run the program with the following arguments Parameter | Default value | Description --- | --- | --- -i | 127.0.0.1 | (optional) IP address of the MySQL server, will use 127.0.0.1 if not specified -n | 3306 | (optional) Port number of the MySQL server, will use 3306 if not specified -u | root | (optional) Username, will use root if not specified -p | | (optional) Password, will use empty password if not specified -d | | Database name -t | | (optional) Table name, will generate entire database if not specified -g | | (optional) Generate a reading constructor and SQL statement output - Activate with -g true -m | | (optional) Generate markup pages for database and tables which can be used in wikis - Activate with -m true +-i | 127.0.0.1 | (optional) IP address of the MySQL server, will use 127.0.0.1 if not specified +-n | 3306 | (optional) Port number of the MySQL server, will use 3306 if not specified +-u | root | (optional) Username, will use root if not specified +-p | | (optional) Password, will use empty password if not specified +-d | | Database name +-t | | (optional) Table name, will generate entire database if not specified +-g | | (optional) Generate a reading constructor and SQL statement output - Activate with -g true +-m | | (optional) Generate markup pages for database and tables which can be used in wikis - Activate with -m true