]> granicus.if.org Git - git/commitdiff
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 b5d09f79ee686d20b6e99196202546eac1ce2635..a3a178ca4b9270a35caa249b1045b1187365a802 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
 -----------