Skip to content

Commit f5fd632

Browse files
authored
Updated README
1 parent ccba2d7 commit f5fd632

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Run the program with the following arguments
66

77
Parameter | Default value | Description
88
--- | --- | ---
9-
i | 127.0.0.1 | (optional) IP address of the MySQL server, will use 127.0.0.1 if not specified
10-
n | 3306 | (optional) Port number of the MySQL server, will use 3306 if not specified
11-
u | root | (optional) Username, will use root if not specified
12-
p | | (optional) Password, will use empty password if not specified
13-
d | | Database name
14-
t | | (optional) Table name, will generate entire database if not specified
15-
g | | (optional) Generate a reading constructor and SQL statement output - Activate with -g true
16-
m | | (optional) Generate markup pages for database and tables which can be used in wikis - Activate with -m true
9+
-i | 127.0.0.1 | (optional) IP address of the MySQL server, will use 127.0.0.1 if not specified
10+
-n | 3306 | (optional) Port number of the MySQL server, will use 3306 if not specified
11+
-u | root | (optional) Username, will use root if not specified
12+
-p | | (optional) Password, will use empty password if not specified
13+
-d | | Database name
14+
-t | | (optional) Table name, will generate entire database if not specified
15+
-g | | (optional) Generate a reading constructor and SQL statement output - Activate with -g true
16+
-m | | (optional) Generate markup pages for database and tables which can be used in wikis - Activate with -m true

0 commit comments

Comments
 (0)