filter-branch: add [--] to usage
Signed-off-by: Andreas Heiduk <asheiduk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Andreas Heiduk committed
Jun 10, 2017 at 10:54 UTC
d612975e8e15800cb4e2d1250589fb9a697aa65c
1 file changed
+1
-1
git-filter-branch.sh
+1
-1
@@ -87,7 +87,7 @@ USAGE="[--setup <command>] [--env-filter <command>]
87
[--commit-filter <command>] [--tag-name-filter <command>]
88
[--subdirectory-filter <directory>] [--original <namespace>]
89
[-d <directory>] [-f | --force]
90
- [<rev-list options>...]"
90
+ [--] [<rev-list options>...]"
91
92
OPTIONS_SPEC=
93
. git-sh-setup