OSDN Git Service

filter-branch docs: remove brackets so not to imply revision arg is optional
authorBrandon Casey <casey@nrlssc.navy.mil>
Thu, 31 Jan 2008 00:41:25 +0000 (18:41 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Jan 2008 01:21:02 +0000 (17:21 -0800)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt
git-filter-branch.sh

index e22dfa5..a7f51ab 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
        [--msg-filter <command>] [--commit-filter <command>]
        [--tag-name-filter <command>] [--subdirectory-filter <directory>]
        [--original <namespace>] [-d <directory>] [-f | --force]
-       [<rev-list options>...]
+       <rev-list options>
 
 DESCRIPTION
 -----------
index fbb948d..753bf50 100755 (executable)
@@ -92,7 +92,7 @@ USAGE="[--env-filter <command>] [--tree-filter <command>] \
 [--msg-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