From: Jari Aalto <redacted>
Signed-off-by: Jari Aalto <redacted>
---
Documentation/git-init.txt | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index 00d4a12..65463a9 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -16,20 +16,15 @@ OPTIONS
--
--q::
---quiet::
-
-Only print error and warning messages, all other output will be suppressed.
-
--bare::
Create a bare repository. If GIT_DIR environment is not set, it is set to the
current working directory.
---template=<template_directory>::
+-q::
+--quiet::
-Specify the directory from which templates will be used. (See the "TEMPLATE
-DIRECTORY" section below.)
+Only print error and warning messages, all other output will be suppressed.
--shared[=(false|true|umask|group|all|world|everybody|0xxx)]::
@@ -71,6 +66,11 @@ into it.
If you name a (possibly non-existent) directory at the end of the command
line, the command is run inside the directory (possibly after creating it).
+--template=<template_directory>::
+
+Specify the directory from which templates will be used. (See the "TEMPLATE
+DIRECTORY" section below.)
+
--
--
1.7.2.3