man/ronin-uninstall.1.md in ronin-1.5.0 vs man/ronin-uninstall.1.md in ronin-1.5.1

- old
+ new

@@ -9,55 +9,55 @@ Uninstalls a Ronin Repositories. ## ARGUMENTS *REPO* - The name of the Repository to uninstall. + The name of the Repository to uninstall. ## 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. ## EXAMPLES `ronin uninstall repo` - Uninstalls the repository with with the name `repo`. + Uninstalls the repository with with the name `repo`. `ronin uninstall repo@github.com` - Uninstalls the repository with the name `repo` and from `github.com`. + Uninstalls the repository with the name `repo` and from `github.com`. ## FILES *~/.ronin/* - Ronin configuration directory. + Ronin configuration directory. *~/.ronin/repos/* - Installation directory for Ronin Repositories. + Installation directory for Ronin Repositories. *~/.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. ## AUTHOR Postmodern <postmodern.mod3@gmail.com>