about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2017-02-06 20:47:04 +0100
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2017-02-06 20:47:04 +0100
commit4268872807cf8bc5c8c435794d1c82d21899d67b (patch)
tree7a8054f8b9b099c1b74d7f518e9f332410c7aa8b
parent7c2752a95be8878ccda118e4536c2d14363d45e4 (diff)
downloadrust-4268872807cf8bc5c8c435794d1c82d21899d67b.tar.gz
rust-4268872807cf8bc5c8c435794d1c82d21899d67b.zip
rustbuild: add verbose to config.toml.example
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-rw-r--r--src/bootstrap/config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example
index a53419ad7fd..42bc20c24e5 100644
--- a/src/bootstrap/config.toml.example
+++ b/src/bootstrap/config.toml.example
@@ -124,6 +124,9 @@
 # disabled by default.
 #extended = false
 
+# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
+#verbose = 0
+
 # =============================================================================
 # General install configuration options
 # =============================================================================