man/ronin-console.1.md in ronin-1.5.0 vs man/ronin-console.1.md in ronin-1.5.1
- old
+ new
@@ -9,60 +9,60 @@
Start the Ronin Console.
## OPTIONS
`--[no-]color`
- Enables color output.
+ Enables color output.
`-q`, `--[no-]quiet`
- Disable verbose output.
+ Disable verbose output.
`--[no-]silent`
- Silence all output.
+ Silence all output.
`-v`, `--[no-]verbose`
- Enable verbose output.
+ Enable verbose output.
`-D`, `--database` [*URI*]
- The database to URI (`mysql://user:password@host/ronin`).
+ The database to URI (`mysql://user:password@host/ronin`).
`--[no-]backtrace`
- Enable or disables long backtraces.
+ Enable or disables long backtraces.
`-V`, `--[no-]version`
- Print the Ronin version.
+ Print the Ronin version.
`-r`, `--require` [*PATH*]
- Ruby files to require.
+ Ruby files to require.
## FILES
*~/.ronin/*
- Ronin configuration directory.
+ Ronin configuration directory.
*~/.ronin/config.rb*
- Configuration file that is loaded before the Ronin Console starts.
+ Configuration file that is loaded before the Ronin Console starts.
*~/.ronin/console.log*
- History log for the Ronin Console.
+ History log for the Ronin Console.
*~/.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.
## ENVIRONMENT
HOME
- Specifies the home directory of the user. Ronin will search for the
- *~/.ronin/* configuration directory within the home directory.
+ Specifies the home directory of the user. Ronin will search for the
+ *~/.ronin/* configuration directory within the home directory.
EDITOR
- Specifies the editor to use when invoking the `.edit` console command.
+ Specifies the editor to use when invoking the `.edit` console command.
## AUTHOR
Postmodern <postmodern.mod3@gmail.com>