diff -r d9b9bc794d10 -r ed5ac2e83495 tools/main.cpp --- a/tools/main.cpp Thu Jun 05 14:33:36 2008 +0000 +++ b/tools/main.cpp Thu Jun 05 15:39:15 2008 +0000 @@ -37,6 +37,7 @@ << " debug Set the master debug level." << endl << " domain Show domain information." << endl << " list (ls, slaves) List all slaves (former 'lsec')." << endl + << " master Show master information." << endl << " pdos List Pdo mapping of given slaves." << endl << " xml Generate slave information xml." << endl << "Global options:" << endl @@ -157,6 +158,8 @@ master.showDomains(domainIndex); } else if (command == "list" || command == "ls" || command == "slaves") { master.listSlaves(); + } else if (command == "master") { + master.showMaster(); } else if (command == "pdos") { master.listPdos(slavePosition); } else if (command == "xml") {