Fixed duplicate alias command.
This commit is contained in:
parent
b83e94400e
commit
d4fefcbd84
|
|
@ -13,7 +13,7 @@ using namespace std;
|
|||
/*****************************************************************************/
|
||||
|
||||
CommandMaster::CommandMaster():
|
||||
Command("alias", "Show master and Ethernet device information.")
|
||||
Command("master", "Show master and Ethernet device information.")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue