diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-08-31 14:24:26 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-08-31 14:24:26 +0200 |
commit | 84f5cabbeaed6b700e05fb4b4bab46c0ab1b5aa4 (patch) | |
tree | 66b8d8dbe049bedb299674adaf9931464113f4df /doc/manual/src/command-ref/opt-common.md | |
parent | c3efef9275ce6db3d65a2eb97aee507e79b626a6 (diff) | |
parent | 56707218f601418b211f37a7b44f671ab3dacd8d (diff) |
Merge remote-tracking branch 'origin/master' into markdown
Diffstat (limited to 'doc/manual/src/command-ref/opt-common.md')
-rw-r--r-- | doc/manual/src/command-ref/opt-common.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/manual/src/command-ref/opt-common.md b/doc/manual/src/command-ref/opt-common.md index 65e72d000..9650f53f8 100644 --- a/doc/manual/src/command-ref/opt-common.md +++ b/doc/manual/src/command-ref/opt-common.md @@ -52,9 +52,14 @@ Most Nix commands accept the following command-line options: This is the raw format, as outputted by nix-build. - internal-json - Outputs the logs in a structured manner. NOTE: the json schema - is not guarantees to be stable between releases. - + Outputs the logs in a structured manner. + + > **Warning** + > + > While the schema itself is relatively stable, the format of + > the error-messages (namely of the `msg`-field) can change + > between releases. + - bar Only display a progress bar during the builds. |