summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2020-10-08 20:23:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-10-08 21:01:19 (GMT)
commit9f443f553171032d5ce004ae326ecb116a6ef4e5 (patch)
treecc22708d19bd5faeeb743b6d013c9ff676e33324 /Documentation
parent89eed6fa99915042792946a92b61fc64fed04b24 (diff)
downloadgit-9f443f553171032d5ce004ae326ecb116a6ef4e5.zip
git-9f443f553171032d5ce004ae326ecb116a6ef4e5.tar.gz
git-9f443f553171032d5ce004ae326ecb116a6ef4e5.tar.bz2
doc: fix the bnf like style of some commands
In command line options, variables are entered between < and > Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-init.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index f35f70f..59ecda6 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -70,7 +70,7 @@ repository.
+
If this is reinitialization, the repository will be moved to the specified path.
--b <branch-name::
+-b <branch-name>::
--initial-branch=<branch-name>::
Use the specified name for the initial branch in the newly created repository.