Skip to content

Commit

Permalink
Merge pull request JuliaLang#12849 from mbaz/patch-1
Browse files Browse the repository at this point in the history
Add missing `` around CLI option
  • Loading branch information
jakebolewski committed Aug 28, 2015
2 parents 673d7cc + 754cd76 commit b80aa14
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 @@ -182,7 +182,7 @@ Command line option changes

* The `-i` option now forces the REPL to run after loading the specified script (if any) ([#11347]).

* New option --handle-signals={yes|no} to disable Julia's signal handlers.
* New option `--handle-signals={yes|no}` to disable Julia's signal handlers.

* The `--depwarn={yes|no|error}` option enables/disables syntax and method deprecation warnings,
or turns them into errors ([#9294]).
Expand Down

0 comments on commit b80aa14

Please sign in to comment.