Added configuration listing command.

This commit is contained in:
Florian Pose
2008-06-27 09:31:20 +00:00
parent 5e4ed4b154
commit 00d5bfb06b
4 changed files with 187 additions and 88 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ int main(int argc, char **argv)
if (command == "alias") {
master.writeAlias(slavePosition, force, commandArgs);
} else if (command == "config") {
master.showConfig();
master.showConfigs(verbose);
} else if (command == "data") {
master.outputData(domainIndex);
} else if (command == "debug") {