Skip to content

Commit 80a9c54

Browse files
committed
Added an EXAMPLES section to the ronin-db add man-page.
1 parent 15e7d9c commit 80a9c54

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

man/ronin-db-add.1.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ configuration file.
5353
`-h`, `--help`
5454
Print help information.
5555

56+
## EXAMPLES
57+
58+
Add a sqlite3 database file:
59+
60+
$ ronin-db add other_db --sqlite3 path/to/db.sqlite3
61+
62+
Add a PostgeSQL database:
63+
64+
$ ronin-db add other_db --postgres --host example.com --port 5432 --username ronin --password s3r3t --database ronin_db
65+
66+
Add a MySQL database:
67+
68+
$ ronin-db add other_db --mysql --host example.com --port 3306 --username ronin --password s3r3t --database ronin_db
69+
5670
## ENVIRONMENT
5771

5872
*HOME*

0 commit comments

Comments
 (0)