builtin-verify-tag: fix -v option parsing
commitd2761895144b6fabcbe1f3bd40d6c6798914b518
authorOlivier Marin <dkr@freesurf.fr>
Mon, 28 Jul 2008 10:48:44 +0000 (28 12:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jul 2008 06:02:11 +0000 (28 23:02 -0700)
treecf1c5a5d33b1bf5e6a6b5fa41dd587822ec1cbde
parent7ddea13af24d72deca06a779b1827a8ea2d6cfe6
builtin-verify-tag: fix -v option parsing

Since the C rewrite, "git verify-tag -v" just does nothing instead of
printing the usage message with an error. This patch fix the regression.

Signed-off-by: Olivier Marin <dkr@freesurf.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-verify-tag.c