(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* output_string co ("\nWith the flag '-toploop "^name^ "' these extra option are also available:\n"^ text^"\n")) !extra_usage (* print the usage on standard error *) let print_usage = print_usage_channel stderr let print_usage_coqtop () = print_usage "Usage: coqtop \n\n"; flush stderr ; exit 1 let print_usage_coqc () = print_usage "Usage: coqc file...\n\ \noptions are:\ \n -verbose compile verbosely\ \n -image f specify an alternative executable for Coq\ \n -opt run the native-code version of Coq\ \n -byte run the bytecode version of Coq\ \n -t keep temporary files\n\n"; flush stderr ; exit 1