* guile: small fix in script.scm
This commit is contained in:
@ -22,8 +22,10 @@
|
|||||||
|
|
||||||
(define (help-and-exit)
|
(define (help-and-exit)
|
||||||
"Show some help."
|
"Show some help."
|
||||||
(format #t "usage: script [--help] [--textonly] "
|
(display
|
||||||
"[--muhome=<muhome>] [--query=<query>\n")
|
(string-append "usage: script [--help] [--textonly] "
|
||||||
|
"[--muhome=<muhome>] [--query=<query>")
|
||||||
|
(newline))
|
||||||
(exit 0))
|
(exit 0))
|
||||||
|
|
||||||
(define (mu:run-stats args func)
|
(define (mu:run-stats args func)
|
||||||
|
|||||||
Reference in New Issue
Block a user