Skip to content

Commit

Permalink
error: change the to (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
liukun4515 authored and lilin90 committed Sep 13, 2018
1 parent 32c13ff commit 44dbcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Usage:
>> operator show leader // Display all leader operators
>> operator show region // Display all Region operators
>> operator add add-peer 1 2 // Add a replica of Region 1 on store 2
>> operator remove remove-peer 1 2 // Remove a replica of Region 1 on store 2
>> operator add remove-peer 1 2 // Remove a replica of Region 1 on store 2
>> operator add transfer-leader 1 2 // Schedule the leader of Region 1 to store 2
>> operator add transfer-region 1 2 3 4 // Schedule Region 1 to stores 2,3,4
>> operator add transfer-peer 1 2 3 // Schedule the replica of Region 1 on store 2 to store 3
Expand Down

0 comments on commit 44dbcfb

Please sign in to comment.