diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/coqc.1 | 12 | ||||
-rw-r--r-- | man/coqtop.1 | 8 |
2 files changed, 13 insertions, 7 deletions
@@ -40,6 +40,18 @@ with option it accepts the same options as .B coqtop. +.TP +.BI \-image \ bin +use +.I bin +as underlying +.B coqtop +instead of the default one. + +.TP +.BI \-verbose +print the compiled file on the standard output. + .SH SEE ALSO .BR coqtop (1), diff --git a/man/coqtop.1 b/man/coqtop.1 index a3b3aac4..fff813bb 100644 --- a/man/coqtop.1 +++ b/man/coqtop.1 @@ -53,7 +53,7 @@ read state from file .TP .B \-nois -start with an empty intial state +start with an empty initial state .TP .BI \-outputstate filename @@ -135,12 +135,6 @@ set the rcfile to .I filename .TP -.BI \-user \ uid -use the rcfile of user -.I uid - - -.TP .B \-batch batch mode (exits just after arguments parsing) |