Skip to content

Commit

Permalink
git-pull: do not mention --quiet and --verbose twice
Browse files Browse the repository at this point in the history
git-pull.txt includes fetch-options.txt and merge-options.txt, both of
which document the --quiet and --verbose.

Supress the ones from fetch-options.txt.

Signed-off-by: Emmanuel Trillaud <etrillaud@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Emmanuel Trillaud authored and Junio C Hamano committed Sep 7, 2009
1 parent 6d71c1d commit 90e4311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/fetch-options.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ifndef::git-pull[]
-q::
--quiet::
Pass --quiet to git-fetch-pack and silence any other internally
Expand All @@ -6,6 +7,7 @@
-v::
--verbose::
Be verbose.
endif::git-pull[]

-a::
--append::
Expand Down

0 comments on commit 90e4311

Please sign in to comment.