mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ (define %default-options
|
|||
(multiplexed-build-output? . #t)
|
||||
(graft? . #t)
|
||||
(debug . 0)
|
||||
(verbosity . 2)))
|
||||
(verbosity . 1)))
|
||||
|
||||
(define (show-help)
|
||||
(display (G_ "Usage: guix pull [OPTION]...
|
||||
|
|
Loading…
Reference in a new issue