Index: /trunk/FACT++/src/dimctrl.cc
===================================================================
--- /trunk/FACT++/src/dimctrl.cc	(revision 15001)
+++ /trunk/FACT++/src/dimctrl.cc	(revision 15002)
@@ -47,13 +47,14 @@
 {
     cout <<
-        "The feedback control the BIAS voltages based on the calibration signal.\n"
+        "The dim control is a central master for the dim network.\n"
         "\n"
-        "The default is that the program is started without user intercation. "
-        "All actions are supposed to arrive as DimCommands. Using the -c "
-        "option, a local shell can be initialized. With h or help a short "
-        "help message about the usuage can be brought to the screen.\n"
+        "The program can be started as a dim server, so that it is visible "
+        "in the dm network to other clients. If started as a client, it can "
+        "only interact passively with the dim network. The usual case should "
+        "be to have one server running and control it from a dimctrl started "
+        "as client.\n"
         "\n"
-        "Usage: feedback [-c type] [OPTIONS]\n"
-        "  or:  feedback [OPTIONS]\n";
+        "Usage: dimctrl [--server|-c type] [OPTIONS]\n"
+        "  or:  dimctrl [OPTIONS]\n";
     cout << endl;
 }
