[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34228] [PATCH 5/5] pull: Default to verbosity level 1.
From: |
Ludovic Courtès |
Subject: |
[bug#34228] [PATCH 5/5] pull: Default to verbosity level 1. |
Date: |
Sun, 27 Jan 2019 23:26:20 +0100 |
* guix/scripts/pull.scm (%default-options): Change 'verbosity to 1.
---
guix/scripts/pull.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 41c7fb289a..32d55f5357 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]...
--
2.20.1