Documentation/diff-options.txt: unify options
authorjidanni@jidanni.org <jidanni@jidanni.org>
Mon, 29 Dec 2008 07:03:17 +0000 (15:03 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Dec 2008 09:08:02 +0000 (01:08 -0800)
Instead of listing short option (e.g. "-U<n>") as a shorthand for its
longer counterpart (e.g. "--unified=<n>"), list the synonyms together. It
saves one indirection to find what the reader wants.

Signed-off-by: jidanni <jidanni@jidanni.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found