aboutsummaryrefslogtreecommitdiff
path: root/scheme/idest/batch/setlyrics.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scheme/idest/batch/setlyrics.scm')
-rw-r--r--scheme/idest/batch/setlyrics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/idest/batch/setlyrics.scm b/scheme/idest/batch/setlyrics.scm
index b41cb5b..ad4dd2d 100644
--- a/scheme/idest/batch/setlyrics.scm
+++ b/scheme/idest/batch/setlyrics.scm
@@ -69,13 +69,13 @@
69 (exit 1))))) 69 (exit 1)))))
70 70
71 (cond 71 (cond
72 ((< (length (command-line)) 2) 72 ((< (length (command-line)) 2)
73 (format (current-error-port) 73 (format (current-error-port)
74 "usage: idest -S ~A [OPTIONS] FILE...\n\ 74 "usage: idest -S ~A [OPTIONS] FILE...\n\
75ry `idest -S ~A --help', for more info.\n" 75Try `idest -S ~A --help', for more info.\n"
76 progname progname) 76 progname progname)
77 (exit 1))) 77 (exit 1)))
78 78
79 (let ((text 79 (let ((text
80 (with-input-from-port 80 (with-input-from-port
81 (if file (open file O_RDONLY) (current-input-port)) 81 (if file (open file O_RDONLY) (current-input-port))

Return to:

Send suggestions and report system problems to the System administrator.