Skip to content

Commit

Permalink
doc: document DUNE_CACHE_ROOT in the manpages (#8954)
Browse files Browse the repository at this point in the history
Fixes #5678

Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon authored Oct 17, 2023
1 parent 7210842 commit d7cf1b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,9 @@ let envs =
; info
~doc:"If different than $(b,0), ANSI colors should be enabled no matter what."
"CLICOLOR_FORCE"
; info
"DUNE_CACHE_ROOT"
~doc:"If set, determines the location of the machine-global shared cache."
]
;;

Expand Down

0 comments on commit d7cf1b2

Please sign in to comment.