Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-01 22:26:22 +0300
committerJunio C Hamano <gitster@pobox.com>2011-03-01 22:26:22 +0300
commitec48d4bb7f3ca1429809500eae2867fdbcda3338 (patch)
tree5595a25afb4c0b66f5278157ff50fb66c097c5ee /Documentation/git-verify-pack.txt
parent62270f6b0a4e67e5044fb0d70d0e82ac6e553eb2 (diff)
verify-pack: add --stat-only to the synopsis section
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-verify-pack.txt')
-rw-r--r--Documentation/git-verify-pack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt
index 916a38aa99..0f848de8b2 100644
--- a/Documentation/git-verify-pack.txt
+++ b/Documentation/git-verify-pack.txt
@@ -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