aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-11-16 10:53:09 +0800
committerLi Jin <dragon-fly@qq.com>2022-11-16 10:53:09 +0800
commitcfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 (patch)
tree1ed31c2958a59ce1c33efda14119e0a7997d47f6 /doc
parent7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (diff)
downloadyuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.gz
yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.bz2
yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.zip
fix build. update doc.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/docs/doc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index df9002d..8720754 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -170,6 +170,7 @@ Usage: yue [options|files|directories] ...
170 -b Dump compile time (doesn't write output) 170 -b Dump compile time (doesn't write output)
171 -g Dump global variables used in NAME LINE COLUMN 171 -g Dump global variables used in NAME LINE COLUMN
172 -l Write line numbers from source codes 172 -l Write line numbers from source codes
173 -w path Watch changes and compile every file under directory
173 -v Print version 174 -v Print version
174 -- Read from standard in, print to standard out 175 -- Read from standard in, print to standard out
175 (Must be first and only argument) 176 (Must be first and only argument)