summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Jonas Fonseca <fonseca@diku.dk>2006-08-25 03:05:48 +0200
committerLibravatar Junio C Hamano <junkio@cox.net>2006-08-25 19:26:21 -0700
commit8b70004b8f04e639aa8fd29db64efe834723b3e3 (patch)
treeefbbd3d6275a8575a0fe0168ff9853b74ac6dbe1
parentgitk(1): expand the manpage to look less like a template (diff)
downloadtgif-8b70004b8f04e639aa8fd29db64efe834723b3e3.tar.xz
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>
-rw-r--r--Documentation/git.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3de5fa9c82..a9c87e38da 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
-----------