Code

Merge branch 'jc/maint-reset-unmerged-path' into maint
[git.git] / Documentation / git-init.txt
index 58cd01145ab8605d30a9c670ee70391b9d974a32..9ac2bbaa565455b25146a6fe0e24d0deebd90c4c 100644 (file)
@@ -8,8 +8,9 @@ git-init - Create an empty git repository or reinitialize an existing one
 
 SYNOPSIS
 --------
+[verse]
 'git init' [-q | --quiet] [--bare] [--template=<template_directory>]
-         [--separate-git-dir|-L <git dir>]
+         [--separate-git-dir <git dir>]
          [--shared[=<permissions>]] [directory]
 
 
@@ -54,7 +55,6 @@ current working directory.
 Specify the directory from which templates will be used.  (See the "TEMPLATE
 DIRECTORY" section below.)
 
--L=<git dir>::
 --separate-git-dir=<git dir>::
 
 Instead of initializing the repository where it is supposed to be,