pull: Default to verbosity level 1.
* guix/scripts/pull.scm (%default-options): Change 'verbosity to 1.
This commit is contained in:
parent
35dcaa119e
commit
2790b6670b
|
@ -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]...
|
||||
|
|
Loading…
Reference in New Issue