Skip to content

Commit

Permalink
Change --cores to --jobs to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jan 7, 2013
1 parent a3e601b commit 078f652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamMain.ml
Expand Up @@ -289,7 +289,7 @@ let init =
`P "Additional repositories can be added later by using the $(b,opam repository) command."; `P "Additional repositories can be added later by using the $(b,opam repository) command.";
`P "The local cache of a repository state can be updated by using $(b,opam update)."; `P "The local cache of a repository state can be updated by using $(b,opam update).";
] in ] in
let cores = mk_opt ["j";"cores"] "CORES" "Number of process to use when building packages." Arg.int 1 in let cores = mk_opt ["j";"jobs"] "JOBS" "Number of jobs to use when building packages." Arg.int 1 in
let compiler = let compiler =
mk_opt ["c";"comp"] "VERSION" "Which compiler version to use." compiler OpamCompiler.default in mk_opt ["c";"comp"] "VERSION" "Which compiler version to use." compiler OpamCompiler.default in
let repo_name = let repo_name =
Expand Down

0 comments on commit 078f652

Please sign in to comment.