diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-01-27 18:16:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-29 12:09:53 +0100 |
commit | 2790b6670b60a5f541df4d01afac6bf9335a5252 (patch) | |
tree | 18f0dc9737886fa3b8473037711e1b47171286d9 | |
parent | 35dcaa119e2b24343e76aa2a4213a3cc1fb69049 (diff) |
pull: Default to verbosity level 1.
* guix/scripts/pull.scm (%default-options): Change 'verbosity to 1.
-rw-r--r-- | guix/scripts/pull.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm index 6cecf8c2e1..683ab3f059 100644 --- a/guix/scripts/pull.scm +++ b/guix/scripts/pull.scm @@ -69,7 +69,7 @@ (multiplexed-build-output? . #t) (graft? . #t) (debug . 0) - (verbosity . 2))) + (verbosity . 1))) (define (show-help) (display (G_ "Usage: guix pull [OPTION]... |