README.md in db-rotator-0.0.3 vs README.md in db-rotator-0.1.0

- old
+ new

@@ -58,5 +58,7 @@ - **unarchive_command** (-u). How to unarchive your dump to standard output. Default: `bzip2 -cd` - **unarchive_extra_pipe** (-i). Any extra script(s) you want to run between unarchive & import. Example: ["/some/filter/for/imported_data", "/some/other/filter/for/imported_data"] Default: nil - **reasonable_diskspace** (-s). Rough estimate of temporary disk space required to import a typical dump, in GB. Ensures this amount of space is free before importing. Default: nil - **rails_db_yaml_path** (-y). Updates database name in your YAML file. Example: `/path/to/railsroot/config/database.yml` Default: nil - **rails_environments** (-e). In conjunction with -y, which rails envs to update DB name for. If passing multiple via command line, use a comma to separate, like `-e "development,staging"`. Default: ["development"] +- **on_success** (-S). Executes COMMAND on successful completion +- **on_failure** (-F). Executes COMMAND if there is an error