]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitsubmodules.txt
doc: uniformize <URL> placeholders' case
[thirdparty/git.git] / Documentation / gitsubmodules.txt
index 891c8da4fdf72475ef3cc2d9f763f7d07d413d20..941858a6ecce88440975f02c2462f6aa8692b0bc 100644 (file)
@@ -226,7 +226,7 @@ Workflow for a third party library
 ----------------------------------
 
   # Add a submodule
-  git submodule add <url> <path>
+  git submodule add <URL> <path>
 
   # Occasionally update the submodule to a new version:
   git -C <path> checkout <new version>