about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2016-08-30 16:40:44 +1200
committerNick Cameron <ncameron@mozilla.com>2016-09-01 14:55:28 +1200
commit377be7a5014052766784b2dda1d5b5e33e191b6b (patch)
tree9a3fcd070def35a726ece03940725f09cf25e8c7
parent4dc7b585a2d7784e5c8a8e390c77441df4aea29b (diff)
downloadrust-377be7a5014052766784b2dda1d5b5e33e191b6b.tar.gz
rust-377be7a5014052766784b2dda1d5b5e33e191b6b.zip
review comments
-rw-r--r--src/librustc/session/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs
index 8eb80472d6e..57209788162 100644
--- a/src/librustc/session/config.rs
+++ b/src/librustc/session/config.rs
@@ -848,7 +848,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
     ls: bool = (false, parse_bool, [UNTRACKED],
         "list the symbols defined by a library crate"),
     save_analysis: bool = (false, parse_bool, [UNTRACKED],
-        "write syntax and type analysis (in JSON format) information, \
+        "write syntax and type analysis (in JSON format) information, in \
          addition to normal output"),
     save_analysis_csv: bool = (false, parse_bool, [UNTRACKED],
         "write syntax and type analysis (in CSV format) information, in addition to normal output"),