From 8b70004b8f04e639aa8fd29db64efe834723b3e3 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Fri, 25 Aug 2006 03:05:48 +0200 Subject: [PATCH] git(7): put the synopsis in a verse style paragraph ... so it wraps properly in small terminals. Signed-off-by: Jonas Fonseca Signed-off-by: Junio C Hamano --- Documentation/git.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ----------- -- 2.11.4.GIT