refresh: Add end-of-line to error message.
* guix/scripts/refresh.scm (%options)[select]: Add end-of-line to error message.
This commit is contained in:
parent
1454a2ba88
commit
05b4226ad9
|
@ -60,7 +60,7 @@
|
||||||
(alist-cons 'select (string->symbol arg)
|
(alist-cons 'select (string->symbol arg)
|
||||||
result))
|
result))
|
||||||
(x
|
(x
|
||||||
(leave (_ "~a: invalid selection; expected `core' or `non-core'")
|
(leave (_ "~a: invalid selection; expected `core' or `non-core'~%")
|
||||||
arg)))))
|
arg)))))
|
||||||
(option '(#\l "list-dependent") #f #f
|
(option '(#\l "list-dependent") #f #f
|
||||||
(lambda (opt name arg result)
|
(lambda (opt name arg result)
|
||||||
|
|
Loading…
Reference in New Issue