diff,difftool: Don't use the {0,2} notation in usage strings

This was the only occurence of that usage, and square brackets are
sufficient and already well-established for that purpose.

Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Acked-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Štěpán Němec
2010-11-04 18:18:17 +01:00
committed by Junio C Hamano
parent c455bd8950
commit 9edb8a0f7b
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ git-diff - Show changes between commits, commit and working tree, etc
SYNOPSIS
--------
'git diff' [<common diff options>] <commit>{0,2} [--] [<path>...]
'git diff' [<common diff options>] [<commit> [<commit>]] [--] [<path>...]
DESCRIPTION
-----------