On Mon, Feb 01, 2021 at 07:08:09PM +0800, Cao Xueliang wrote:
Can we write the doc refer to git doc https://git-scm.com/docs/git? That will be very clear to users.
Enn.., OK, this will be changed in later patch.
Thanks, Liushaofei
Thanks, Xueliang
On Mon, Feb 01, 2021 at 02:53:31PM +0800, Liu Shaofei wrote:
Signed-off-by: Liu Shaofei 370072077@qq.com
doc/manual/submit-job.en.md | 2 +- doc/manual/submit-job.zh.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/manual/submit-job.en.md b/doc/manual/submit-job.en.md index 2748fbe..a98145f 100644 --- a/doc/manual/submit-job.en.md +++ b/doc/manual/submit-job.en.md @@ -114,7 +114,7 @@ options: You can run the **-o DIR** command to save the generated YAML file to the specified directory **DIR**. An example is shown in the following figure:
- submit -o ~/iperf.yaml + submit -o ~/ testbox=vm-2p8g iperf.yaml
After the command is executed, the YAML file that has been processed by the **submit** command is generated in the specified directory. diff --git a/doc/manual/submit-job.zh.md b/doc/manual/submit-job.zh.md index 92faa5c..44fbaa8 100644 --- a/doc/manual/submit-job.zh.md +++ b/doc/manual/submit-job.zh.md @@ -102,13 +102,13 @@ options:
- **-o的用法**
- 使用-o DIR 命令可以将最终生成的yaml文件保存到指定目录 DIR 下。示例如下所示:
使用 -o 参数可以将最终生成的yaml文件保存到指定目录下。示例如下所示:
- submit -o ~/iperf.yaml testbox=vm-2p8g
- submit -o ~/ testbox=vm-2p8g iperf.yaml
- 运行命令之后会在指定目录生成经过 submit 处理过的 yaml 文件。
- 运行以上命令之后会在系统家目录生成 submit 处理后的 yaml 文件。
- **-a的用法**
-- 2.23.0