From 754cd7626d1c22d19b5138582082835188dabc7e Mon Sep 17 00:00:00 2001 From: mbaz Date: Fri, 28 Aug 2015 13:02:07 -0400 Subject: [PATCH] Add missing `` around CLI option --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 31463e43cd5ac..cfe74c31561af 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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]).