diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt index b5d09f79e..a3a178ca4 100644 --- a/Documentation/git-send-pack.txt +++ b/Documentation/git-send-pack.txt @@ -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=] [--verbose] [--thin] [--atomic] [:] [...] +'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=] + [--verbose] [--thin] [--atomic] + [:] [...] DESCRIPTION -----------