aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-06-30 22:03:59 +0200
committerGaëtan Gilbert2020-06-30 22:04:11 +0200
commit01128e34caee5be26cde9efede40495874fc34f3 (patch)
treef38b8f572cdd56da493d7387b430c402def84e00 /tools
parent9c9330f2e3a5ff205973881003c5734034b7d0d5 (diff)
Cleanup mentions of -as in coqdep usage message
Diffstat (limited to 'tools')
-rw-r--r--tools/coqdep.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml
index 20ffdfe81d..2177da0c75 100644
--- a/tools/coqdep.ml
+++ b/tools/coqdep.ml
@@ -35,9 +35,7 @@ let usage () =
eprintf " -sort : output the given file name ordered by dependencies\n";
eprintf " -noglob | -no-glob : \n";
eprintf " -f file : read -I, -Q, -R and filenames from _CoqProject-formatted FILE.";
- eprintf " -I dir -as logname : add (non recursively) dir to coq load path under logical name logname\n";
eprintf " -I dir : add (non recursively) dir to ocaml path\n";
- eprintf " -R dir -as logname : add and import dir recursively to coq load path under logical name logname\n"; (* deprecate? *)
eprintf " -R dir logname : add and import dir recursively to coq load path under logical name logname\n";
eprintf " -Q dir logname : add (recursively) and open (non recursively) dir to coq load path under logical name logname\n";
eprintf " -vos : also output dependencies about .vos files\n";