Index: /trunk/FACT++/src/datalogger.cc
===================================================================
--- /trunk/FACT++/src/datalogger.cc	(revision 12087)
+++ /trunk/FACT++/src/datalogger.cc	(revision 12088)
@@ -2395,4 +2395,6 @@
         "will skip DIS_DNS/SERVICE_LIST.\n"
         << endl;
+
+    Main::PrintHelp<DataLogger>();
 }
 
Index: /trunk/FACT++/src/fadctrl.cc
===================================================================
--- /trunk/FACT++/src/fadctrl.cc	(revision 12087)
+++ /trunk/FACT++/src/fadctrl.cc	(revision 12088)
@@ -2080,4 +2080,6 @@
 void PrintHelp()
 {
+    Main::PrintHelp<StateMachineFAD<StateMachine>>();
+
     /* Additional help text which is printed after the configuration
      options goes here */
Index: /trunk/FACT++/src/ftmctrl.cc
===================================================================
--- /trunk/FACT++/src/ftmctrl.cc	(revision 12087)
+++ /trunk/FACT++/src/ftmctrl.cc	(revision 12088)
@@ -2524,4 +2524,6 @@
 void PrintHelp()
 {
+    Main::PrintHelp<StateMachineFTM<StateMachine, ConnectionFTM>>();
+
     /* Additional help text which is printed after the configuration
      options goes here */
Index: /trunk/FACT++/src/mcp.cc
===================================================================
--- /trunk/FACT++/src/mcp.cc	(revision 12087)
+++ /trunk/FACT++/src/mcp.cc	(revision 12088)
@@ -466,4 +466,6 @@
 void PrintHelp()
 {
+    Main::PrintHelp<StateMachineMCP>();
+
     /* Additional help text which is printed after the configuration
      options goes here */
