Skip to content
Snippets Groups Projects
Commit 3efe57e0 authored by Mathieu Lirzin's avatar Mathieu Lirzin
Browse files

cuirass: Fix 'show-help'.

parent 2ea7029a
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
(ice-9 getopt-long)
(ice-9 popen))
(define* (show-help)
(simple-format #t "Usage: ~a [OPTIONS] SPECFILE~%" (%program-name))
(define (show-help)
(format #t "Usage: ~a [OPTIONS] SPECFILE~%" (%program-name))
(display "Run build jobs from SPECFILE.
--one-shot Evaluate and build jobs only once
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment