summaryrefslogtreecommitdiffstats
path: root/git-update-server-info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-update-server-info.txt')
-rw-r--r--git-update-server-info.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-update-server-info.txt b/git-update-server-info.txt
index 969bb2e15..17e429dbd 100644
--- a/git-update-server-info.txt
+++ b/git-update-server-info.txt
@@ -9,7 +9,7 @@ git-update-server-info - Update auxiliary info file to help dumb servers
SYNOPSIS
--------
[verse]
-'git update-server-info'
+'git update-server-info' [-f | --force]
DESCRIPTION
-----------
@@ -19,6 +19,12 @@ $GIT_OBJECT_DIRECTORY/info directories to help clients discover
what references and packs the server has. This command
generates such auxiliary files.
+OPTIONS
+-------
+-f::
+--force::
+ update the info files from scratch.
+
OUTPUT
------