diff options
-rw-r--r-- | bin/cuirass.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cuirass.in b/bin/cuirass.in index e38449a..180ecd3 100644 --- a/bin/cuirass.in +++ b/bin/cuirass.in @@ -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 |