diff --git a/git-filter-repo b/git-filter-repo index ae71fad1..91e8acc6 100755 --- a/git-filter-repo +++ b/git-filter-repo @@ -1990,7 +1990,7 @@ EXAMPLES # commit has an excluded ancestor as a parent we have no way of # knowing what it is an ancestor of without doing a special # full-graph walk. - misc.add_argument('--refs', nargs='+', + misc.add_argument('--refs', action='append', help=_("Limit history rewriting to the specified refs. Implies " "--partial. In addition to the normal caveats of --partial " "(mixing old and new history, no automatic remapping of "