Skip to content

Commit d373187

Browse files
committed
Help string was updated to report about new --host and --port options.
1 parent 3d239af commit d373187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roswell/mito.ros

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Commands:
8686
8787
Options:
8888
-t, --type DRIVER-TYPE DBI driver type (one of \"mysql\", \"postgres\" or \"sqlite3\")
89+
-H, --host DATABASE-HOST Database host to use (default is 127.0.0.1)
90+
-P, --port DATABASE-PORT Database port to use (default is depends on the driver type)
8991
-d, --database DATABASE-NAME Database name to use
9092
-u, --username USERNAME Username for RDBMS
9193
-p, --password PASSWORD Password for RDBMS

0 commit comments

Comments
 (0)