* guile: small fix in script.scm

This commit is contained in:
djcb
2012-10-23 20:58:11 +03:00
parent 94fcf1c5ad
commit 3bc3424809

View File

@ -22,8 +22,10 @@
(define (help-and-exit)
"Show some help."
(format #t "usage: script [--help] [--textonly] "
"[--muhome=<muhome>] [--query=<query>\n")
(display
(string-append "usage: script [--help] [--textonly] "
"[--muhome=<muhome>] [--query=<query>")
(newline))
(exit 0))
(define (mu:run-stats args func)