1
0
mirror of https://github.com/git/git.git synced 2025-04-11 14:56:34 +00:00

Merge branch 'maint'

* maint:
  verify-pack: add --stat-only to the synopsis section
This commit is contained in:
Junio C Hamano 2011-03-02 15:26:44 -08:00
commit 501ccd527d

@ -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