From d4fefcbd849b81764322a216dfcf389072409b5d Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 24 Jul 2008 13:29:13 +0000 Subject: [PATCH] Fixed duplicate alias command. --- tool/CommandMaster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/CommandMaster.cpp b/tool/CommandMaster.cpp index 60bcc67f..c8f8ba37 100644 --- a/tool/CommandMaster.cpp +++ b/tool/CommandMaster.cpp @@ -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.") { }