aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Rand2019-05-07 12:44:09 -0400
committerGitHub2019-05-07 12:44:09 -0400
commitf958d281ab57acfb37e69bbe92ed603d87962ce6 (patch)
tree7f3723115dbbc2b14861d1d88c9766c5ed1a3815 /doc
parente30d52a3c724a71bf43b46416c09e4b6ef1d1f67 (diff)
Added description of Q
Note that this description is identical to that of R. R should maybe start with the word "Recursively"?
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/practical-tools/utilities.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sphinx/practical-tools/utilities.rst b/doc/sphinx/practical-tools/utilities.rst
index 35231610fe..f799091af3 100644
--- a/doc/sphinx/practical-tools/utilities.rst
+++ b/doc/sphinx/practical-tools/utilities.rst
@@ -911,11 +911,13 @@ Command line options
Coq``.
:-R dir coqdir: Map physical directory dir to |Coq| logical
directory ``coqdir`` (similarly to |Coq| option ``-R``).
+ :-Q dir coqdir: Map physical directory dir to |Coq| logical
+ directory ``coqdir`` (similarly to |Coq| option ``-Q``).
.. note::
- option ``-R`` only has
- effect on the files *following* it on the command line, so you will
+ options ``-R`` and ``-Q`` only have
+ effect on the files *following* them on the command line, so you will
probably need to put this option first.