edit 'ros help run'

This commit is contained in:
SANO Masatoshi 2017-01-28 23:05:25 +09:00
parent a403b46a48
commit 84ff091664

View file

@ -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))))