Typo.
This commit is contained in:
parent
be6aa6e152
commit
66cb77856d
|
@ -301,7 +301,7 @@
|
||||||
(with-current-output-port (current-error-port)
|
(with-current-output-port (current-error-port)
|
||||||
(for-each (lambda (x) (display x) (write-char #\space)) msg)
|
(for-each (lambda (x) (display x) (write-char #\space)) msg)
|
||||||
(newline)
|
(newline)
|
||||||
(display "Useage: scsh [meta-arg] [switch ..] [end-option arg ...]
|
(display "Usage: scsh [meta-arg] [switch ..] [end-option arg ...]
|
||||||
|
|
||||||
meta-arg: \\ <script-file-name>
|
meta-arg: \\ <script-file-name>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue