dmctl: add repalce command to usage list
If you need to use the replace command, but you can't find it in the usage list. Change-Id: I8618ce4b0eff30507fc8846f76aaf858b1a6895e Signed-off-by: mingzhu.wang <mingzhu.wang@transsion.com>
This commit is contained in:
parent
b16aba889a
commit
d5d7d20d3b
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ static int Usage(void) {
|
|||
std::cerr << " getpath <dm-name>" << std::endl;
|
||||
std::cerr << " getuuid <dm-name>" << std::endl;
|
||||
std::cerr << " info <dm-name>" << std::endl;
|
||||
std::cerr << " replace <dm-name> <targets...>" << std::endl;
|
||||
std::cerr << " status <dm-name>" << std::endl;
|
||||
std::cerr << " resume <dm-name>" << std::endl;
|
||||
std::cerr << " suspend <dm-name>" << std::endl;
|
||||
|
|
Loading…
Reference in a new issue