Index: /trunk/FACT++/src/biastemp.cc
===================================================================
--- /trunk/FACT++/src/biastemp.cc	(revision 18912)
+++ /trunk/FACT++/src/biastemp.cc	(revision 18913)
@@ -436,5 +436,5 @@
 void SetupConfiguration(Configuration &conf)
 {
-    po::options_description control("MAGIC weather control options");
+    po::options_description control("Bias Crate temperature readout");
     control.add_options()
         ("no-dim,d",  po_switch(),    "Disable dim services")
@@ -442,5 +442,5 @@
         ("url,u",  var<string>("/index.html"),  "File name and path to load")
         ("quiet,q", po_bool(true),  "Disable printing contents of all received messages (except dynamic data) in clear text.")
-        ("interval,i", var<uint16_t>(30), "Interval between two updates on the server in seconds")
+        ("interval,i", var<uint16_t>(15), "Interval between two updates on the server in seconds")
         ("debug-tx", po_bool(), "Enable debugging of ethernet transmission.")
         ;
