git-pull: do not mention --quiet and --verbose twice

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>
This commit is contained in:
Emmanuel Trillaud 2009-09-07 14:34:35 +02:00 committed by Junio C Hamano
parent 6d71c1dca4
commit 90e431152e

View file

@ -1,3 +1,4 @@
ifndef::git-pull[]
-q::
--quiet::
Pass --quiet to git-fetch-pack and silence any other internally
@ -6,6 +7,7 @@
-v::
--verbose::
Be verbose.
endif::git-pull[]
-a::
--append::