]> git.ipfire.org Git - thirdparty/git.git/commit
Fix 'git' wrapper usage string
authorThomas Rast <trast@student.ethz.ch>
Mon, 26 Jul 2010 08:36:24 +0000 (10:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Jul 2010 16:04:21 +0000 (09:04 -0700)
commit293b07f114796d39c5571d5fe4808e898e5af0c8
tree60ba3f5993e0b61d3c9ca95d639fab144c52a527
parent9a9fb5d3c4c8601beb2d7b8e3b9283c6c3815a2d
Fix 'git' wrapper usage string

8b1fa77 (Allow passing of configuration parameters in the command
line, 2010-03-26) forgot the closing ']' for the -c option.

While we're there, also rewrap.  Instead of folding the last two lines
together, try to highlight that COMMAND is required by starting a line
with it.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.c