Documentation/git-verify-pack.txt: added documentation for --.

The -- option has been added to the documentation of git-verify-pack.

Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Nikolai Weibull 2005-12-09 00:28:05 +01:00 committed by Junio C Hamano
parent eaa54efc61
commit e293de3efb
1 changed files with 3 additions and 1 deletions

View File

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

SYNOPSIS
--------
'git-verify-pack' [-v] <pack>.idx ...
'git-verify-pack' [-v] [--] <pack>.idx ...


DESCRIPTION
@ -25,6 +25,8 @@ OPTIONS
-v::
After verifying the pack, show list of objects contained
in the pack.
--::
Do not interpret any more arguments as options.

OUTPUT FORMAT
-------------