diff options
author | Štěpán Němec <stepnem@gmail.com> | 2010-11-04 18:18:17 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-05 10:05:31 -0700 |
commit | 9edb8a0f7b3e2ca06b360abce2e2aaa2b5760a68 (patch) | |
tree | 65d5e4b8eef63a5c84e656610901fc91197aed1a /Documentation/git-difftool.txt | |
parent | c455bd8950e0e5593949b746ad96d1449bbbf9d5 (diff) | |
download | git-9edb8a0f7b3e2ca06b360abce2e2aaa2b5760a68.tar.gz |
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>
Diffstat (limited to 'Documentation/git-difftool.txt')
-rw-r--r-- | Documentation/git-difftool.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-difftool.txt b/Documentation/git-difftool.txt index 8250bad2ce..a02e3b5190 100644 --- a/Documentation/git-difftool.txt +++ b/Documentation/git-difftool.txt @@ -7,7 +7,7 @@ git-difftool - Show changes using common diff tools SYNOPSIS -------- -'git difftool' [<options>] <commit>{0,2} [--] [<path>...] +'git difftool' [<options>] [<commit> [<commit>]] [--] [<path>...] DESCRIPTION ----------- |