diff options
| author | Gaëtan Gilbert | 2019-11-20 15:31:57 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-11-21 14:31:12 +0100 |
| commit | 799bd29627c554f83c1ec9b4a226a739632cbc29 (patch) | |
| tree | 22d10310369f8be2488655785b04fd139bf22866 /tools | |
| parent | b680b06b31c27751a7d551d95839aea38f7fbea1 (diff) | |
Document -vos flag for coqdep
Diffstat (limited to 'tools')
| -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 b9a8601d10..7a401160db 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"; |
