Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OCamlPro/opam
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Sep 24, 2012
2 parents 945420b + 3cb0799 commit 2b6189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opam.ml
Expand Up @@ -77,7 +77,7 @@ let init =
help = "Create the initial config files";
specs = [
("-comp" , Arg.String (fun s -> comp := Some (OCaml_V.of_string s)), " Which compiler version to use");
("-cores", Arg.Set_int cores , " Set the nomber of cores");
("-cores", Arg.Set_int cores , " Set the number of cores");
("-kind" , Arg.String (fun s -> kind := Some s) , " Set the repository kind");
("-no-base-packages", Arg.Clear Globals.base_packages, " Do not install the base packages");
];
Expand Down

0 comments on commit 2b6189d

Please sign in to comment.