Add note to docs indicating that -machine-readable and -debug cannot be used at the same time

This commit is contained in:
Chris Bednarski 2016-02-11 16:12:22 -08:00
parent 47f0783de1
commit cd4961196f
1 changed files with 2 additions and 0 deletions

View File

@ -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 immediately becomes machine-friendly. Try some other commands with the
`-machine-readable` flag to see! `-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 ## Format
The machine readable format is a line-oriented, comma-delimited text format. The machine readable format is a line-oriented, comma-delimited text format.