Skip to content

Commit 76344ce

Browse files
committed
-j4 option removed
1 parent a9bcfa7 commit 76344ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ LString.s " </ul>
158158

159159
Definition description (name : LString.t) (version : Version.t) : LString.t :=
160160
LString.s " <p class=""lead"">" ++ LString.escape_html (Version.description version) ++ LString.s "</p>
161-
<pre>opam install -j4 " ++ LString.escape_html name ++ LString.s "." ++ LString.escape_html (Version.version version) ++ LString.s "</pre>
161+
<pre>opam install " ++ LString.escape_html name ++ LString.s "." ++ LString.escape_html (Version.version version) ++ LString.s "</pre>
162162
".
163163

164164
Definition field (is_url : bool) (name value : LString.t) : LString.t :=

0 commit comments

Comments
 (0)