From: Nikolai Weibull Date: Thu, 8 Dec 2005 23:28:05 +0000 (+0100) Subject: Documentation/git-verify-pack.txt: added documentation for --. X-Git-Tag: v0.99.9m^2~34 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e293de3efb9d49d0c66d8dc5817d1851f8b4a50c;p=git-core%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index cd74ffd39..d032280e7 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] .idx ... +'git-verify-pack' [-v] [--] .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 -------------