summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-04 17:32:37 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-04 17:47:02 +0200
commit985730c1afac6b5077df9ca8a871db9750ac3a9d (patch)
tree14880e2ae838503a16770e992507d9f1f989da95 /guix/scripts/environment.scm
parentc1ef50ac79ff56bebe81a173a858d83a1bee6a36 (diff)
downloadpatches-985730c1afac6b5077df9ca8a871db9750ac3a9d.tar
patches-985730c1afac6b5077df9ca8a871db9750ac3a9d.tar.gz
scripts: More commands default to verbosity level 1.
* guix/scripts/environment.scm (%default-options): Change 'verbosity' to 1. * guix/scripts/pack.scm (%default-options): Likewise. * guix/scripts/system.scm (guix-system): Likewise, except for the 'build' command.
Diffstat (limited to 'guix/scripts/environment.scm')
-rw-r--r--guix/scripts/environment.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 2d1ba4c938..99c351ae43 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -192,7 +192,7 @@ COMMAND or an interactive shell in that environment.\n"))
(print-extended-build-trace? . #t)
(multiplexed-build-output? . #t)
(debug . 0)
- (verbosity . 2)))
+ (verbosity . 1)))
(define (tag-package-arg opts arg)
"Return a two-element list with the form (TAG ARG) that tags ARG with either