man/ronin-creds.1.md in ronin-1.5.0 vs man/ronin-creds.1.md in ronin-1.5.1
- old
+ new
@@ -9,57 +9,57 @@
Lists Credentials.
## OPTIONS
`-v`, `--[no-]verbose`
- Enable verbose output.
+ Enable verbose output.
`-q`, `--[no-]quiet`
- Disable verbose output.
+ Disable verbose output.
`--[no-]silent`
- Silence all output.
+ Silence all output.
`--[no-]color`
- Enables color output.
+ Enables color output.
`-D`, `--database` *URI*
- The database to URI (`mysql://user:password@host/ronin`).
+ The database to URI (`mysql://user:password@host/ronin`).
`--[no-]csv`
- CSV output.
+ CSV output.
`--[no-]xml`
- XML output.
+ XML output.
`--[no-]yaml`
- YAML output.
+ YAML output.
`--[no-]json`
- JSON output.
+ JSON output.
`-u`, `--for-user` *USER*
- Searches for Credentials associated with the USER.
+ Searches for Credentials associated with the USER.
`-p`, `--with-password` *PASSWORD*
- Searches for Credentials that have the PASSWORD.
+ Searches for Credentials that have the PASSWORD.
`-l`, `--[no-]list`
- Lists the Credentials.
+ Lists the Credentials.
## FILES
*~/.ronin/*
- Ronin configuration directory.
+ Ronin configuration directory.
*~/.ronin/database.log*
- Database log.
+ Database log.
*~/.ronin/database.sqlite3*
- The default sqlite3 Database file.
+ The default sqlite3 Database file.
*~/.ronin/database.yml*
- Optional Database configuration.
+ Optional Database configuration.
## AUTHOR
Postmodern <postmodern.mod3@gmail.com>