Skip to content

Commit

Permalink
-j4 option removed
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed Nov 2, 2015
1 parent a9bcfa7 commit 76344ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View.v
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ LString.s " </ul>

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

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

0 comments on commit 76344ce

Please sign in to comment.