diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-05-05 21:00:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-05 21:00:36 -0700 |
commit | 67498507699641549094f0cbf8800f88176b50c9 (patch) | |
tree | 952672be724d1f36844131d1b73e2e148d6fd212 /Documentation/blame-options.txt | |
parent | 64c9e027658124a29aeae47e43fa08aaff760f43 (diff) | |
parent | 0269f968b7effea8a4f61f1fb0ac7e9386a9d90c (diff) | |
download | git-67498507699641549094f0cbf8800f88176b50c9.tar.gz |
Merge branch 'mm/usage-log-l-can-take-regex'
Documentation fix.
* mm/usage-log-l-can-take-regex:
log -L: improve error message on malformed argument
Documentation: change -L:<regex> to -L:<funcname>
Diffstat (limited to 'Documentation/blame-options.txt')
-rw-r--r-- | Documentation/blame-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index b299b59023..a09969ba08 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -10,7 +10,7 @@ Include additional statistics at the end of blame output. -L <start>,<end>:: --L :<regex>:: +-L :<funcname>:: Annotate only the given line range. May be specified multiple times. Overlapping ranges are allowed. + |