mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
edit 'ros help run'
This commit is contained in:
parent
a403b46a48
commit
84ff091664
|
|
@ -6,6 +6,6 @@
|
|||
(defun run (argv)
|
||||
(declare (ignorable argv))
|
||||
(let ((s *error-output*))
|
||||
(format s "Usage: ~A [OPTIONS] run [OPTIONS] [-- implementation-native-options...]~%~%" (opt "wargv0"))
|
||||
(format s "Usage: ~A [OPTIONS] run [OPTIONS] [-- implementation-native-options...]~%~%" (pathname-name (opt "wargv0")))
|
||||
(let ((*options* (nthcdr 4 *options*))) ;; fix me
|
||||
(options nil))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue