summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2006-08-25 01:05:48 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-26 02:26:21 (GMT)
commit8b70004b8f04e639aa8fd29db64efe834723b3e3 (patch)
treeefbbd3d6275a8575a0fe0168ff9853b74ac6dbe1 /Documentation/git.txt
parent5164b6cd3c3a460e43869e6c7d2145d6b49d5c28 (diff)
downloadgit-8b70004b8f04e639aa8fd29db64efe834723b3e3.zip
git-8b70004b8f04e639aa8fd29db64efe834723b3e3.tar.gz
git-8b70004b8f04e639aa8fd29db64efe834723b3e3.tar.bz2
git(7): put the synopsis in a verse style paragraph
... so it wraps properly in small terminals. Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3de5fa9..a9c87e3 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -8,8 +8,9 @@ git - the stupid content tracker
SYNOPSIS
--------
+[verse]
'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate]
- [--bare] [--git-dir=GIT_DIR] [--help] COMMAND [ARGS]
+ [--bare] [--git-dir=GIT_DIR] [--help] COMMAND [ARGS]
DESCRIPTION
-----------