Utils/Console: Convert BoundCommand to additional Command overload
[senf.git] / senf / Utils / Statistics.cci
index 6fd93a5..27c953d 100644 (file)
@@ -67,7 +67,7 @@ prefix_ void senf::StatisticsBase::OutputEntry::initDir()
 {
     namespace fty = senf::console::factory;
 
-    dir.add("list", fty::BoundCommand(this,&OutputEntry::consoleList)
+    dir.add("list", fty::Command(this,&OutputEntry::consoleList)
             .doc("List all known connected targets. This list might not be complete.") );
 }