git-tag(1): -v option is a subcommand; fix code block
authorJonas Fonseca <fonseca@diku.dk>
Tue, 1 May 2007 07:24:59 +0000 (09:24 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 4 May 2007 06:27:03 +0000 (23:27 -0700)
When the -v is passed, git-tag will exit after it is processed like it
does with the -d and -l options. Additionally, missing code block caused
wrong rendering of an option example.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found