1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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:
Eric Bavier
2014-10-20 17:03:02 -05:00
parent 1454a2ba88
commit 05b4226ad9

View File

@@ -60,7 +60,7 @@
(alist-cons 'select (string->symbol arg)
result))
(x
(leave (_ "~a: invalid selection; expected `core' or `non-core'")
(leave (_ "~a: invalid selection; expected `core' or `non-core'~%")
arg)))))
(option '(#\l "list-dependent") #f #f
(lambda (opt name arg result)