-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix raft-tools script small bug #1416
Conversation
Change-Id: I5b095d19f58b58113ae903578ad6a1377aa52119
Codecov Report
@@ Coverage Diff @@
## master #1416 +/- ##
============================================
- Coverage 62.09% 61.99% -0.11%
+ Complexity 5854 5853 -1
============================================
Files 386 387 +1
Lines 32290 32374 +84
Branches 4506 4524 +18
============================================
+ Hits 20052 20070 +18
- Misses 10201 10258 +57
- Partials 2037 2046 +9
Continue to review full report at Codecov.
|
echo " -t,--transfer-leader \${graph} \${group} \${endpoint} transfer leader to specified endpoint for graph, can be used on leader node" | ||
echo " -a,--add-peer \${graph} \${group} \${endpoint} add peer for graph, can be used on leader node" | ||
echo " -r,--remove-peer \${graph} \${group} \${endpoint} remove peer for graph, can be used on leader node" | ||
echo " -l,--list_peers \${graph} \${group} list all peers' endpoints for graph, can be used on leader or follower node" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep “-”
Change-Id: I3eedce199cae965d8ed2d64708d059298acb5356
Change-Id: I5b095d19f58b58113ae903578ad6a1377aa52119