From 89c701f6352d0ff798d53b3bb09a7701bae8a2fd Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Mon, 3 Aug 2020 08:47:25 +0800 Subject: [PATCH] update doc --- res/en/usage.txt | 2 +- res/zh/usage.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/en/usage.txt b/res/en/usage.txt index 6f019590..57560ca5 100644 --- a/res/en/usage.txt +++ b/res/en/usage.txt @@ -27,10 +27,10 @@ Parameters -D --decode Referring to the specified configuration file, parse the data file specified by -i and output json. Also you can output the readable format via -H. - -e --example Print the data format config file of the example. -l --list List all supported data formats. -v --view View the detailed definition of a data format. -h --help Print help. + -e --example Print the data format config file of the example. Command Line Examples diff --git a/res/zh/usage.txt b/res/zh/usage.txt index 36e096b4..b5371a58 100644 --- a/res/zh/usage.txt +++ b/res/zh/usage.txt @@ -20,10 +20,10 @@ zendata是一款通用的数据生成工具,您可以使用yaml文件来定义 -i --input 指定一个schema文件,输出每个表的yaml配置文件。需通过-o参数指定一个输出的目录。 -D --decode 根据指定的配置文件,将通过-i参数指定的数据文件解析成json格式。 - -e --example 打印示例的数据格式配置文件。 -l --list 列出所有支持的数据格式。 -v --view 查看某一个数据格式的详细定义。 -h --help 打印帮助。 + -e --example 打印示例的数据格式配置文件。 命令行模式举例: -- GitLab