Skip to content

Commit

Permalink
update Ratis-shell documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTeng0 committed Mar 27, 2024
1 parent 6bb3ed8 commit ce01730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratis-docs/src/site/markdown/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ It has the following subcommands:
### local raftMetaConf
Generate a new raft-meta.conf file based on original raft-meta.conf and new peers, which is used to move a raft node to a new node.
```
$ ratis sh local raftMetaConf -peers <P0_HOST:P0_PORT,P1_HOST:P1_PORT,P2_HOST:P2_PORT> -path <PARENT_PATH_OF_RAFT_META_CONF>
$ ratis sh local raftMetaConf -peers <P0_Id|P0_HOST:P0_PORT,P1_Id|P1_HOST:P1_PORT,P2_Id|P2_HOST:P2_PORT> -path <PARENT_PATH_OF_RAFT_META_CONF>
```

0 comments on commit ce01730

Please sign in to comment.