X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-send-pack.txt;h=bd3eaa69bfb6e788d297b3e7d2c871d25a478f80;hb=7b51c33b376d22195dba1c4e067180164fd35dbf;hp=67bcd0c568832d7b81ba8f57e0d8e55135cec1d0;hpb=90a6c7d443058e8ad3eb36d21f4ede99addbca61;p=git.git diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt index 67bcd0c56..bd3eaa69b 100644 --- a/Documentation/git-send-pack.txt +++ b/Documentation/git-send-pack.txt @@ -8,7 +8,8 @@ git-send-pack - Push objects over git protocol to another repository SYNOPSIS -------- -'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=] [--quiet] [--verbose] [--thin] [:] [...] +[verse] +'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=] [--verbose] [--thin] [:] [...] DESCRIPTION ----------- @@ -44,9 +45,6 @@ OPTIONS the remote repository can lose commits; use it with care. ---quiet:: - Print only error messages. - --verbose:: Run verbosely.