Skip to content

Commit d08dfbc

Browse files
authored
Update src/state/opamFormatUpgrade.ml
1 parent f860697 commit d08dfbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/state/opamFormatUpgrade.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,8 @@ let from_2_0_to_v2_1 _ conf =
10811081
See https://github.com/ocurrent/ocaml-dockerfile/pull/92 *)
10821082
let info_jobs_changed ~prev_jobs =
10831083
OpamConsole.note
1084-
"The 'jobs' option was reset, its value was %d. \
1084+
"The 'jobs' option was reset, its value was %d and its new value \
1085+
will vary according to the current number of cores on your machine. \
10851086
If it really was intended, you can set it again using:\n \
10861087
opam option jobs=%d --global" prev_jobs prev_jobs;
10871088
in

0 commit comments

Comments
 (0)