Documentation: do not use undefined terms git-dir and git-file
[gitweb.git] / Documentation / git-upload-pack.txt
index 61a9a04a8df0bd863522ae281547a9c31f6bb18e..0abc806ea9072e563a7bdc1905442180cbc6c27a 100644 (file)
@@ -8,6 +8,7 @@ git-upload-pack - Send objects packed back to git-fetch-pack
 
 SYNOPSIS
 --------
+[verse]
 'git-upload-pack' [--strict] [--timeout=<n>] <directory>
 
 DESCRIPTION
@@ -25,7 +26,7 @@ OPTIONS
 -------
 
 --strict::
-       Do not try <directory>/.git/ if <directory> is no git directory.
+       Do not try <directory>/.git/ if <directory> is no Git directory.
 
 --timeout=<n>::
        Interrupt transfer after <n> seconds of inactivity.