filter-branch: add [--] to usage
Signed-off-by: Andreas Heiduk <asheiduk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
3b117f7301
commit
d612975e8e
|
|
@ -87,7 +87,7 @@ USAGE="[--setup <command>] [--env-filter <command>]
|
||||||
[--commit-filter <command>] [--tag-name-filter <command>]
|
[--commit-filter <command>] [--tag-name-filter <command>]
|
||||||
[--subdirectory-filter <directory>] [--original <namespace>]
|
[--subdirectory-filter <directory>] [--original <namespace>]
|
||||||
[-d <directory>] [-f | --force]
|
[-d <directory>] [-f | --force]
|
||||||
[<rev-list options>...]"
|
[--] [<rev-list options>...]"
|
||||||
|
|
||||||
OPTIONS_SPEC=
|
OPTIONS_SPEC=
|
||||||
. git-sh-setup
|
. git-sh-setup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue