diff options
-rwxr-xr-x | doc/docs/doc/README.md | 1 | ||||
-rwxr-xr-x | doc/docs/zh/doc/README.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index e268dc8..7122af5 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md | |||
@@ -182,6 +182,7 @@ Usage: yue [options|files|directories] ... | |||
182 | -b Dump compile time (doesn't write output) | 182 | -b Dump compile time (doesn't write output) |
183 | -g Dump global variables used in NAME LINE COLUMN | 183 | -g Dump global variables used in NAME LINE COLUMN |
184 | -l Write line numbers from source codes | 184 | -l Write line numbers from source codes |
185 | -j Disable implicit return at end of file | ||
185 | -c Reserve comments before statement from source codes | 186 | -c Reserve comments before statement from source codes |
186 | -w path Watch changes and compile every file under directory | 187 | -w path Watch changes and compile every file under directory |
187 | -v Print version | 188 | -v Print version |
diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md index f34fe58..05ca6a0 100755 --- a/doc/docs/zh/doc/README.md +++ b/doc/docs/zh/doc/README.md | |||
@@ -181,6 +181,7 @@ f! | |||
181 | -b 输出编译时间(不写输出) | 181 | -b 输出编译时间(不写输出) |
182 | -g 以“名称 行号 列号”的形式输出代码中使用的全局变量 | 182 | -g 以“名称 行号 列号”的形式输出代码中使用的全局变量 |
183 | -l 在输出的每一行代码的末尾写上原代码的行号 | 183 | -l 在输出的每一行代码的末尾写上原代码的行号 |
184 | -j 禁用文件末尾的隐式返回 | ||
184 | -c 在输出的代码中保留语句前的注释 | 185 | -c 在输出的代码中保留语句前的注释 |
185 | -w path 监测目录下的文件更改并重新编译生成目录下的文件 | 186 | -w path 监测目录下的文件更改并重新编译生成目录下的文件 |
186 | -v 打印版本号 | 187 | -v 打印版本号 |