diff options
author | Case Duckworth | 2024-06-15 21:17:03 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-15 21:17:03 -0500 |
commit | 703e9e93087d32364087a0ebc9e315869b70ff7c (patch) | |
tree | de5cfdd1a687dbe68686929497e870fad5f28800 /bin | |
parent | Write executable (diff) | |
download | jimmy-703e9e93087d32364087a0ebc9e315869b70ff7c.tar.gz jimmy-703e9e93087d32364087a0ebc9e315869b70ff7c.zip |
Update things
Diffstat (limited to 'bin')
-rw-r--r-- | bin/jimmy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jimmy.scm b/bin/jimmy.scm index 17e12ba..07bad7a 100644 --- a/bin/jimmy.scm +++ b/bin/jimmy.scm | |||
@@ -23,7 +23,7 @@ | |||
23 | (lambda () | 23 | (lambda () |
24 | (print "Usage: " (car (argv)) " [OPTIONS...] [FILE]") | 24 | (print "Usage: " (car (argv)) " [OPTIONS...] [FILE]") |
25 | (newline) | 25 | (newline) |
26 | (print (args:usage options)) | 26 | (print (args:usage opts)) |
27 | (print "Report bugs to acdw@acdw.net."))) | 27 | (print "Report bugs to acdw@acdw.net."))) |
28 | (exit exit-code)) | 28 | (exit exit-code)) |
29 | 29 | ||