Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #331 from lucasbuchala/configure-help
Align Configure.pl options in help text
  • Loading branch information
lizmat committed Nov 20, 2014
2 parents bcdf988 + 61f3d44 commit b8246f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Configure.pl
Expand Up @@ -341,20 +341,20 @@ sub print_help {
Which backend(s) to use (or ALL for all of them)
--gen-nqp[=branch]
Download and build a copy of NQP
--gen-moar[=branch]
--gen-moar[=branch]
Download and build a copy of MoarVM to use
--moar-option='--option=value'
--moar-option='--option=value'
Options to pass to MoarVM's Configure.pl
--gen-parrot[=branch]
--gen-parrot[=branch]
Download and build a copy of Parrot
--parrot-option='--option'
--parrot-option='--option'
Options to pass to Parrot's Configure.pl
--parrot-make-option='--option'
--parrot-make-option='--option'
Options to pass to Parrot's make, for example:
--parrot-make-option='--jobs=4'
--git-protocol={ssh,https,git}
--git-protocol={ssh,https,git}
Protocol used for cloning git repos
--git-depth=<number>
--git-depth=<number>
Use the --depth option for git clone with parameter number
--makefile-timing Enable timing of individual makefile commands
Expand Down

0 comments on commit b8246f1

Please sign in to comment.