Skip to content

Commit

Permalink
fix doc error (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 authored Apr 22, 2020
1 parent 51f647a commit 4534999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/manual/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ e.g
bash create_fabric_stub_config.sh -n fabric -r stubs -c conf
```

- **`-r`**
指定配置文件根目录,需要和配置文件`wecross.toml`中的[stubs.path]保存一致。

- **`-o`**
- **`-n`**
指定区块链跨链标识,即stub的名字;同时也会生成相同名字的目录来保存配置文件。
- **`-d`**
- **`-r`**
指定配置文件根目录,需要和配置文件`wecross.toml`中的[stubs.path]保存一致。
- **`-c`**
指定加载配置文件时的`classpath`路径,所有的配置文件都保存在该路径下,默认为与启动脚本同级的`conf`目录。
- **`-h`**:可选,打印Usage

Expand Down

0 comments on commit 4534999

Please sign in to comment.