Skip to content

Commit

Permalink
NEWS.md correction for incremental compilation flag
Browse files Browse the repository at this point in the history
The flag ended up being `--output-incremental`, not `--compile-incremental`.

[ci skip]
  • Loading branch information
mbauman committed Jul 21, 2015
1 parent 8294d4f commit 1c1ea91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ New language features

* See manual section on `Module initialization and precompilation` (under `Modules`) for details and errata.

* New option `--compile-incremental={yes|no}` added to invoke the equivalent of ``Base.compile`` from the command line.
* New option `--output-incremental={yes|no}` added to invoke the equivalent of ``Base.compile`` from the command line.

* The syntax `new{parameters...}(...)` can be used in constructors to specify parameters for
the type to be constructed ([#8135]).
Expand Down

0 comments on commit 1c1ea91

Please sign in to comment.