From a68e551b44ce822c96e59b9035f18ff0adbfecc7 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 15 Mar 2018 14:30:23 +0100 Subject: Rename option names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2da99a2..de5cd10 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Get the script and read the syntax using the `--help` option. ```sh ./incremental-git-filterbranch.sh \ - --whitelist 'develop master rx:release\/.*' \ - --tags all --tags-max-history-lookup 10 \ + --branch-whitelist 'develop master rx:release\/.*' \ + --tags-plan all --tags-max-history-lookup 10 \ https://github.com/concrete5/concrete5.git \ '--prune-empty --subdirectory-filter concrete' \ git@github.com:concrete5/concrete5-core.git -- cgit v1.2.3