]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-verify-pack.txt
Documentation/git-verify-pack.txt: added documentation for --.
[thirdparty/git.git] / Documentation / git-verify-pack.txt
index cd74ffd3912adee956bf139c453092635b5650c2..d032280e7c80b0dfdfd9ffd55e9056fec6401b58 100644 (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
 -------------