@@ -190,24 +190,28 @@ OPTIONS
190190 times and consists of comma-separated values. Valid values:
191191
192192 o human (default): Display in a human-readable text format.
193+ Conflicts with short and json.
193194
194- o short: Emit shorter, human-readable text messages.
195+ o short: Emit shorter, human-readable text messages. Conflicts with
196+ human and json.
195197
196198 o json: Emit JSON messages to stdout. See the reference
197199 <https://doc.rust-lang.org/cargo/reference/external-tools.html#json-messages>
198- for more details.
200+ for more details. Conflicts with human and short.
199201
200202 o json-diagnostic-short: Ensure the rendered field of JSON messages
201- contains the "short" rendering from rustc.
203+ contains the "short" rendering from rustc. Cannot be used with
204+ human or short.
202205
203206 o json-diagnostic-rendered-ansi: Ensure the rendered field of JSON
204207 messages contains embedded ANSI color codes for respecting
205- rustc's default color scheme.
208+ rustc's default color scheme. Cannot be used with human or short.
206209
207210 o json-render-diagnostics: Instruct Cargo to not include rustc
208211 diagnostics in in JSON messages printed, but instead Cargo itself
209212 should render the JSON diagnostics coming from rustc. Cargo's own
210213 JSON diagnostics and others coming from rustc are still emitted.
214+ Cannot be used with human or short.
211215
212216 --build-plan
213217 Outputs a series of JSON messages to stdout that indicate the
0 commit comments