From: Junio C Hamano Date: Fri, 5 Aug 2011 22:06:21 +0000 (-0700) Subject: filter-branch.sh: de-dent usage string X-Git-Tag: v1.7.7-rc0~27^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9dcca58db42e85e056c6523429204f367a671a0e;p=git.git filter-branch.sh: de-dent usage string "Usage: git filter-branch " that is prefixed to the first line is 25 columns long, so the "[--index-filter ..." on the second line would not align with "[--env-filter ..." on the first line to begin with. If the second and subsequent lines do not aim to align with anything on the first line, it is just fine to indent them with a single HT. Signed-off-by: Junio C Hamano --- diff --git a/git-filter-branch.sh b/git-filter-branch.sh index 0d399aa88..71d072baa 100755 --- a/git-filter-branch.sh +++ b/git-filter-branch.sh @@ -98,11 +98,11 @@ set_ident () { } USAGE="[--env-filter ] [--tree-filter ] - [--index-filter ] [--parent-filter ] - [--msg-filter ] [--commit-filter ] - [--tag-name-filter ] [--subdirectory-filter ] - [--original ] [-d ] [-f | --force] - [...]" + [--index-filter ] [--parent-filter ] + [--msg-filter ] [--commit-filter ] + [--tag-name-filter ] [--subdirectory-filter ] + [--original ] [-d ] [-f | --force] + [...]" OPTIONS_SPEC= . git-sh-setup