diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-07-07 22:15:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-10 23:57:20 -0700 |
commit | c9c3c6781c5b97c37b3ce16af7ea9bc613413c7e (patch) | |
tree | a3434e1585ff8c2acb0cea99e60964da66c0a939 /Documentation/git-verify-pack.txt | |
parent | 4855b2a220cacb01b77a2bf431b5b176bfa1d732 (diff) | |
download | git-c9c3c6781c5b97c37b3ce16af7ea9bc613413c7e.tar.gz git-c9c3c6781c5b97c37b3ce16af7ea9bc613413c7e.tar.xz |
verify-pack: migrate to parse-options
OPT__VERBOSE introduces the long option (--verbose) in addition to the
already present short option (-v), so document this new addition.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-verify-pack.txt')
-rw-r--r-- | Documentation/git-verify-pack.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index c8611632d..d791a8081 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] [--] <pack>.idx ... +'git verify-pack' [-v|--verbose] [--] <pack>.idx ... DESCRIPTION @@ -23,6 +23,7 @@ OPTIONS The idx files to verify. -v:: +--verbose:: After verifying the pack, show list of objects contained in the pack. \--:: |