transport-helper.c: do not overwrite forced bit
[gitweb.git] / Documentation / git-fetch-pack.txt
index 461a632fb7b25c259e05afc53e9e91df1fb8c3a7..444b805d350a6111d56b53d19fe155eb7b79038b 100644 (file)
@@ -10,9 +10,9 @@ SYNOPSIS
 --------
 [verse]
 'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
-                               [--upload-pack=<git-upload-pack>]
-                               [--depth=<n>] [--no-progress]
-                               [-v] [<host>:]<directory> [<refs>...]
+       [--upload-pack=<git-upload-pack>]
+       [--depth=<n>] [--no-progress]
+       [-v] [<host>:]<directory> [<refs>...]
 
 DESCRIPTION
 -----------