Browse Source

filter-branch: add [--] to usage

Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Andreas Heiduk 8 years ago committed by Junio C Hamano
parent
commit
d612975e8e
  1. 2
      git-filter-branch.sh

2
git-filter-branch.sh

@ -87,7 +87,7 @@ USAGE="[--setup <command>] [--env-filter <command>] @@ -87,7 +87,7 @@ USAGE="[--setup <command>] [--env-filter <command>]
[--commit-filter <command>] [--tag-name-filter <command>]
[--subdirectory-filter <directory>] [--original <namespace>]
[-d <directory>] [-f | --force]
[<rev-list options>...]"
[--] [<rev-list options>...]"

OPTIONS_SPEC=
. git-sh-setup

Loading…
Cancel
Save