Merge branch 'en/and-cascade-tests'
[gitweb.git] / Documentation / git-fetch.txt
index 948ea26c5a2b3825e61d0c6495d03829669a7351..d159e88292cbab575be8153b381fffd1f4c85b6b 100644 (file)
@@ -8,13 +8,13 @@ git-fetch - Download objects and refs from another repository
 
 SYNOPSIS
 --------
-'git fetch' <options> <repository> <refspec>...
+'git fetch' [<options>] [<repository> [<refspec>...]]
 
-'git fetch' <options> <group>
+'git fetch' [<options>] <group>
 
-'git fetch' --multiple <options> [<repository> | <group>]...
+'git fetch' --multiple [<options>] [(<repository> | <group>)...]
 
-'git fetch' --all <options>
+'git fetch' --all [<options>]
 
 
 DESCRIPTION