summaryrefslogtreecommitdiff
path: root/Documentation/git-http-push.txt
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2021-11-06 18:48:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-11-09 17:39:11 (GMT)
commit7706294ec94ab9f9b864a8451ac089f15d18a254 (patch)
tree469409a77840ff60a54492320ead87da4887a0b4 /Documentation/git-http-push.txt
parenta443b762cf2441b631b177e702b405036f8ddc7d (diff)
downloadgit-7706294ec94ab9f9b864a8451ac089f15d18a254.zip
git-7706294ec94ab9f9b864a8451ac089f15d18a254.tar.gz
git-7706294ec94ab9f9b864a8451ac089f15d18a254.tar.bz2
doc: uniformize <URL> placeholders' case
URL being an acronym, it deserves to be kept uppercase. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-http-push.txt')
-rw-r--r--Documentation/git-http-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-http-push.txt b/Documentation/git-http-push.txt
index ea03a4e..78f2bb7 100644
--- a/Documentation/git-http-push.txt
+++ b/Documentation/git-http-push.txt
@@ -9,7 +9,7 @@ git-http-push - Push objects over HTTP/DAV to another repository
SYNOPSIS
--------
[verse]
-'git http-push' [--all] [--dry-run] [--force] [--verbose] <url> <ref> [<ref>...]
+'git http-push' [--all] [--dry-run] [--force] [--verbose] <URL> <ref> [<ref>...]
DESCRIPTION
-----------