Fixed duplicate alias command.

This commit is contained in:
Florian Pose 2008-07-24 13:29:13 +00:00
parent b83e94400e
commit d4fefcbd84
1 changed files with 1 additions and 1 deletions

View File

@ -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.")
{
}