filter-branch.sh: de-dent usage string
commit9dcca58db42e85e056c6523429204f367a671a0e
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2011 22:06:21 +0000 (5 15:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2011 22:06:21 +0000 (5 15:06 -0700)
tree8a84bd268f2a6d695b9604e933a9de738cd4bd11
parent285c6cbf3c8eeadb6d4d4c3203888809e1cc7a81
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 <gitster@pobox.com>
git-filter-branch.sh