diff options
Diffstat (limited to 'toplevel/coqtop.ml')
| -rw-r--r-- | toplevel/coqtop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml index 3de2b086fd..1c41fe1033 100644 --- a/toplevel/coqtop.ml +++ b/toplevel/coqtop.ml @@ -159,7 +159,7 @@ let start () = Lib.init(); try parse_args (); - print_header (); + if is_verbose() then print_header (); init_load_path (); inputstate (); load_vernac_obj (); |
