* line-wrap 'git init-db' synopsis
* last possible argument '[<directory>]' was missed

Signed-off-by: Alexander Kuleshov <kuleshovm...@gmail.com>
---
 Documentation/git-init-db.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/git-init-db.txt b/Documentation/git-init-db.txt
index 648a6cd..b66da6d 100644
--- a/Documentation/git-init-db.txt
+++ b/Documentation/git-init-db.txt
@@ -9,7 +9,9 @@ git-init-db - Creates an empty Git repository
 SYNOPSIS
 --------
 [verse]
-'git init-db' [-q | --quiet] [--bare] [--template=<template_directory>] 
[--separate-git-dir <git dir>] [--shared[=<permissions>]]
+'git init-db' [-q | --quiet] [--bare] [--template=<template-directory>]
+            [--separate-git-dir <git-dir>]
+            [--shared[=<permissions>]] [<directory>]
 
 
 DESCRIPTION
-- 
2.3.0.rc0.315.g0e14eda

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to