for-each-ref: fix description of '--contains' in manpage
authorSZEDER Gábor <szeder@ira.uka.de>
Wed, 30 Mar 2016 13:48:30 +0000 (15:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Mar 2016 20:58:21 +0000 (13:58 -0700)
'git for-each-ref's manpage says that '--contains' only lists tags,
but it lists all kinds of refs.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt
index e49d5782fc6f82289d0b71c720110b11e38cb8b0..576b079039114f09a23f7db0670a9846d443181d 100644 (file)
@@ -76,7 +76,7 @@ OPTIONS
        specified commit (HEAD if not specified).
 
 --contains [<object>]::
-       Only list tags which contain the specified commit (HEAD if not
+       Only list refs which contain the specified commit (HEAD if not
        specified).
 
 FIELD NAMES