Re: [PATCH] mergetool--lib: Fix typo in the merge/difftool help

2013-10-04 Thread David Aguilar
On Fri, Oct 4, 2013 at 7:34 AM, Stefan Saasen wrote: > The help text for the `tool` flag should mention: > > --tool= > > instead of: > > --tool- > > Signed-off-by: Stefan Saasen > --- Good eyes! Reviewed-by: David Aguilar Thanks > git-mergetool--lib.sh | 2 +- > 1 file changed, 1 in

[PATCH] mergetool--lib: Fix typo in the merge/difftool help

2013-10-04 Thread Stefan Saasen
The help text for the `tool` flag should mention: --tool= instead of: --tool- Signed-off-by: Stefan Saasen --- git-mergetool--lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-mergetool--lib.sh b/git-mergetool--lib.sh index feee6a4..e1c7eb1 100644 --- a/gi