diff options
| author | Emilio Jesus Gallego Arias | 2019-11-21 18:57:34 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-11-21 18:57:34 +0100 |
| commit | be06ea8aefe8c1a23f1ff28c3466774dc3983ea6 (patch) | |
| tree | ae6182b2f3828f3306588ec8547cb3aa8a61282e /tools/coqdep.ml | |
| parent | 98165082581fc0950639cfee21e140cac8e916ad (diff) | |
| parent | 799bd29627c554f83c1ec9b4a226a739632cbc29 (diff) | |
Merge PR #11145: Document -vos flag for coqdep
Reviewed-by: Zimmi48
Reviewed-by: ejgallego
Diffstat (limited to 'tools/coqdep.ml')
| -rw-r--r-- | tools/coqdep.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml index 0528d73713..2140014c58 100644 --- a/tools/coqdep.ml +++ b/tools/coqdep.ml @@ -455,6 +455,7 @@ let usage () = 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"; eprintf " -dumpgraph f : print a dot dependency graph in file 'f'\n"; eprintf " -dumpgraphbox f : print a dot dependency graph box in file 'f'\n"; eprintf " -exclude-dir dir : skip subdirectories named 'dir' during -R/-Q search\n"; |
