From 8529461742833bc3cfc02ccf888ba94ec4ca2a4e Mon Sep 17 00:00:00 2001 From: mcarton Date: Sat, 25 Jul 2015 23:14:10 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38f08a26..befdfc6c 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `composer_not_command` – fixes composer command name; * `cp_omitting_directory` – adds `-a` when you `cp` directory; * `cpp11` – adds missing `-std=c++11` to `g++` or `clang++`; +* `dirty_untar` – fixes `tar x` command that untarred in the current directory; +* `dirty_unzip` – fixes `unzip` command that unzipped in the current directory; * `django_south_ghost` – adds `--delete-ghost-migrations` to failed because ghosts django south migration; * `django_south_merge` – adds `--merge` to inconsistent django south migration; * `docker_not_command` – fixes wrong docker commands like `docker tags`;