Documentation/git-send-pack.txt: wrap long synopsis line
authorDave Borowitz <dborowitz@google.com>
Wed, 19 Aug 2015 15:26:40 +0000 (11:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 19:39:31 +0000 (12:39 -0700)
Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-pack.txt

index b5d09f7..a3a178c 100644 (file)
@@ -9,7 +9,9 @@ git-send-pack - Push objects over Git protocol to another repository
 SYNOPSIS
 --------
 [verse]
-'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> [<ref>...]
+'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>]
+               [--verbose] [--thin] [--atomic]
+               [<host>:]<directory> [<ref>...]
 
 DESCRIPTION
 -----------