From cd4961196f0c6ade34f5c1405e41f126c1ec8a03 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 11 Feb 2016 16:12:22 -0800 Subject: [PATCH] Add note to docs indicating that -machine-readable and -debug cannot be used at the same time --- website/source/docs/command-line/machine-readable.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/command-line/machine-readable.html.markdown b/website/source/docs/command-line/machine-readable.html.markdown index fa9fe3cac..50f35cfb7 100644 --- a/website/source/docs/command-line/machine-readable.html.markdown +++ b/website/source/docs/command-line/machine-readable.html.markdown @@ -39,6 +39,8 @@ The format will be covered in more detail later. But as you can see, the output immediately becomes machine-friendly. Try some other commands with the `-machine-readable` flag to see! +~> `-machine-readable` is designed for automated environments and is mutually-exclusive with the `-debug` flag, which is designed for interactive environments. + ## Format The machine readable format is a line-oriented, comma-delimited text format.