From 5bd9b79a2017daad1d600978b75c714eef74cac0 Mon Sep 17 00:00:00 2001 From: Eric Sunshine Date: Tue, 6 Aug 2013 09:59:40 -0400 Subject: blame: document multiple -L support Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- Documentation/blame-options.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Documentation/blame-options.txt') diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 489032c7a3..0cebc4f692 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -11,9 +11,11 @@ -L ,:: -L ::: - Annotate only the given line range. and are optional. - ``-L '' or ``-L ,'' spans from to end of file. - ``-L ,'' spans from start of file to . + Annotate only the given line range. May be specified multiple times. + Overlapping ranges are allowed. ++ + and are optional. ``-L '' or ``-L ,'' spans from + to end of file. ``-L ,'' spans from start of file to . + include::line-range-format.txt[] -- cgit v1.2.1