OSDN Git Service

filter-branch: add [--] to usage
authorAndreas Heiduk <asheiduk@gmail.com>
Sat, 10 Jun 2017 08:54:45 +0000 (10:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jun 2017 16:49:52 +0000 (09:49 -0700)
Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh

index 2758ae5..3a74602 100755 (executable)
@@ -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