Documentation: do not use undefined terms git-dir and git-file
[gitweb.git] / Documentation / git-upload-pack.txt
index a58e90ca8dada4a9847886374968635ea6bc3f9f..0abc806ea9072e563a7bdc1905442180cbc6c27a 100644 (file)
@@ -26,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.
@@ -34,6 +34,10 @@ OPTIONS
 <directory>::
        The repository to sync from.
 
+SEE ALSO
+--------
+linkgit:gitnamespaces[7]
+
 GIT
 ---
 Part of the linkgit:git[1] suite