aboutsummaryrefslogtreecommitdiffhomepage
path: root/man/coqide.1
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-09-25 12:25:35 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-09-25 14:00:44 +0200
commit8e25e107a8715728a7227934d7b11035863ee5f0 (patch)
treeee6b252104ffa6bdd8b47ca87c2148fefe08e048 /man/coqide.1
parent3930c586507bfb3b80297d7a2fdbbc6049aa509b (diff)
The -require option now accepts a logical path instead of a physical one.
Diffstat (limited to 'man/coqide.1')
-rw-r--r--man/coqide.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/coqide.1 b/man/coqide.1
index 3fa7f0e41..cfd9c3b4a 100644
--- a/man/coqide.1
+++ b/man/coqide.1
@@ -67,11 +67,11 @@ Load Coq file
Load Coq object file
.IR f .vo.
.TP
-.BI \-require\ f
-Load Coq object file
-.IR f .vo
-and import it (Require
-.IR f .).
+.BI \-require\ path
+Load Coq library
+.IR path
+and import it (Require Import
+.IR path .).
.TP
.BI \-compile\ f
Compile Coq file