Skip to content

Commit

Permalink
update man OPAMLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Feb 28, 2025
1 parent 5e5f3f4 commit 003395f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/client/opamArg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ let environment_variables =
backups. This skips some finalisers and may also help to get more \
reliable backtraces.";
"LOGS", cli_original, (fun v -> LOGS (env_string v)),
("$(i,logdir) sets log directory, default is a temporary directory in \
" ^ (if Sys.win32 then "%TEMP%" else "/tmp"));
(Printf.sprintf
"$(i,logdir) sets log directory, default 'log' directory in opam root\
if opam is initialise, temporary directory in %s otherwise"
(if Sys.win32 then "%TEMP%" else "/tmp"));
"MERGEOUT", cli_original, (fun v -> MERGEOUT (env_bool v)),
"merge process outputs, stderr on stdout.";
"NO", cli_original, (fun v -> NO (env_bool v)),
Expand Down

0 comments on commit 003395f

Please sign in to comment.