diff options
Diffstat (limited to 'Documentation/git-fetch-pack.txt')
| -rw-r--r-- | Documentation/git-fetch-pack.txt | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt index 105d76b0ba..a99a5b321f 100644 --- a/Documentation/git-fetch-pack.txt +++ b/Documentation/git-fetch-pack.txt @@ -8,7 +8,7 @@ git-fetch-pack - Receive missing objects from another repository  SYNOPSIS  -------- -'git-fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--upload-pack=<git-upload-pack>] [--depth=<n>] [-v] [<host>:]<directory> [<refs>...] +'git-fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--upload-pack=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] [<host>:]<directory> [<refs>...]  DESCRIPTION  ----------- @@ -63,6 +63,9 @@ OPTIONS  \--depth=<n>::  	Limit fetching to ancestor-chains not longer than n. +\--no-progress:: +	Do not show the progress. +  \-v::  	Run verbosely.  | 
