Skip to content

Commit

Permalink
Fix message for --chicken-installation-prefix
Browse files Browse the repository at this point in the history
When omitted, salmonella actually uses the runtime prefix.
  • Loading branch information
mario-goulart committed Mar 7, 2013
1 parent 2dd792b commit cca5267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salmonella-common.scm
Expand Up @@ -74,7 +74,7 @@ chicken-install).
If you want to test eggs using a chicken installed on a certain directory,
you can use this option (it should point to the same directory as given to
`PREFIX' when installing CHICKEN). If omitted, salmonella uses CHICKEN
tools from the system PATH variable.
tools from the current runtime's installation prefix.

--chicken-install-args=<install args>
This option can be used customize chicken-install's arguments. You can
Expand Down

0 comments on commit cca5267

Please sign in to comment.