verify-pack: add --stat-only to the synopsis section

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2011-03-01 11:26:22 -08:00
parent 62270f6b0a
commit ec48d4bb7f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ git-verify-pack - Validate packed git archive files

SYNOPSIS
--------
'git verify-pack' [-v|--verbose] [--] <pack>.idx ...
'git verify-pack' [-v|--verbose] [-s|--stat-only] [--] <pack>.idx ...


DESCRIPTION