mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
escape backslash
This commit is contained in:
parent
9010b2c5be
commit
2161f0df6e
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@
|
|||
;;> `(ls
|
||||
;;> "list directory contents"
|
||||
;;> (@
|
||||
;;> (long boolean (#\l) "use a long listing format")
|
||||
;;> (all boolean (#\a) "do not ignore entries starting with ."))
|
||||
;;> (long boolean (#\\l) "use a long listing format")
|
||||
;;> (all boolean (#\\a) "do not ignore entries starting with ."))
|
||||
;;> (,ls files ...))
|
||||
;;> (command-line))
|
||||
;;> }
|
||||
|
|
Loading…
Add table
Reference in a new issue