mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -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)
|
(multiplexed-build-output? . #t)
|
||||||
(graft? . #t)
|
(graft? . #t)
|
||||||
(debug . 0)
|
(debug . 0)
|
||||||
(verbosity . 2)))
|
(verbosity . 1)))
|
||||||
|
|
||||||
(define (show-help)
|
(define (show-help)
|
||||||
(display (G_ "Usage: guix pull [OPTION]...
|
(display (G_ "Usage: guix pull [OPTION]...
|
||||||
|
|
Loading…
Reference in a new issue