summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-01 19:26:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-01 19:26:22 (GMT)
commitec48d4bb7f3ca1429809500eae2867fdbcda3338 (patch)
tree5595a25afb4c0b66f5278157ff50fb66c097c5ee /Documentation
parent62270f6b0a4e67e5044fb0d70d0e82ac6e553eb2 (diff)
downloadgit-ec48d4bb7f3ca1429809500eae2867fdbcda3338.zip
git-ec48d4bb7f3ca1429809500eae2867fdbcda3338.tar.gz
git-ec48d4bb7f3ca1429809500eae2867fdbcda3338.tar.bz2
verify-pack: add --stat-only to the synopsis section
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 916a38a..0f848de 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