git-fast-import.txt: fix documentation for --quiet option

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Elijah Newren 2018-11-15 23:59:47 -08:00 committed by Junio C Hamano
parent 843b9e6d48
commit f55c979b14
1 changed files with 4 additions and 3 deletions

View File

@ -40,9 +40,10 @@ OPTIONS
not contain the old commit). not contain the old commit).


--quiet:: --quiet::
Disable all non-fatal output, making fast-import silent when it Disable the output shown by --stats, making fast-import usually
is successful. This option disables the output shown by be silent when it is successful. However, if the import stream
--stats. has directives intended to show user output (e.g. `progress`
directives), the corresponding messages will still be shown.


--stats:: --stats::
Display some basic statistics about the objects fast-import has Display some basic statistics about the objects fast-import has