diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-08-18T12·19+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-08-18T12·19+0000 |
commit | 1eddee59f22b56a4b098921083780990dc1f0468 (patch) | |
tree | 5a5bfa90422920dc06961f8c362876e31c7b16ee /doc/manual/opt-common-syn.xml | |
parent | 937ce0cd214c12276a2c373b515dc2541d1582fd (diff) |
* The default verbosity level of all Nix commands is now lvlInfo.
* Builder output is written to standard error by default. * The option `-B' is gone. * The option `-Q' suppresses builder output. The result of this is that most Nix invocations shouldn't need any flags w.r.t. logging.
Diffstat (limited to 'doc/manual/opt-common-syn.xml')
-rw-r--r-- | doc/manual/opt-common-syn.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/opt-common-syn.xml b/doc/manual/opt-common-syn.xml index f848ad249909..033189d0b919 100644 --- a/doc/manual/opt-common-syn.xml +++ b/doc/manual/opt-common-syn.xml @@ -2,8 +2,8 @@ <arg><option>--version</option></arg> <arg rep='repeat'><option>--verbose</option></arg> <arg rep='repeat'><option>-v</option></arg> -<arg><option>--build-output</option></arg> -<arg><option>-B</option></arg> +<arg><option>--no-build-output</option></arg> +<arg><option>-Q</option></arg> <arg> <group choice='req'> <arg choice='plain'><option>--max-jobs</option></arg> |