man/ronin-db-emails.1.md in ronin-db-0.1.0-java vs man/ronin-db-emails.1.md in ronin-db-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
-# ronin-db-emails 1 "April 2012" Ronin "User Manuals"
+# ronin-db-emails 1 "2023-02-01" Ronin "User Manuals"
## SYNOPSIS
`ronin-db emails` [*options*]
@@ -18,43 +18,48 @@
(ex: `mysql://user:password@host/ronin`).
`-v`, `--verbose`
Enable verbose output.
-`--add` *USER*:*PASSWORD*
- Adds the *USER* and *PASSWORD* to the database.
+`--add` *VALUE*
+ Adds the email address to the database.
`--import` *FILE*
- Imports the credentials from the given *FILE*.
+ Imports the email addresses from the given *FILE*.
`--delete` *VALUE*
- Deletes a value from the database.
+ Deletes the email address from the database.
`--delete-all`
- Deletes every value from the database.
+ Deletes every email address from the database.
`-H`, `--with-host` *HOST*
Searches for email addresses associated with the *HOST*.
`-I`, `--with-ip` *IP*
Searches for email addresses associated with the IP address.
`-u`, `--with-users` *NAME* [...]
Searches for email addresses associated with the user NAME(s).
-## FILES
+## ENVIRONMENT
-*~/.ronin/*
- Ronin configuration directory.
+*HOME*
+ Alternate location for the user's home directory.
-*~/.ronin/database.log*
- Database log.
+*XDG_CONFIG_HOME*
+ Alternate location for the `~/.config` directory.
-*~/.ronin/database.sqlite3*
- The default sqlite3 Database file.
+*XDG_DATA_HOME*
+ Alternate location for the `~/.local/share` directory.
-*~/.ronin/database.yml*
- Optional Database configuration.
+## FILES
+
+`~/.local/share/ronin-db/database.sqlite3`
+ The default sqlite3 database file.
+
+`~/.config/ronin-db/database.yml`
+ Optional database configuration.
## AUTHOR
Postmodern <postmodern.mod3@gmail.com>