Index: /trunk/FACT++/src/chatclient.cc
===================================================================
--- /trunk/FACT++/src/chatclient.cc	(revision 13827)
+++ /trunk/FACT++/src/chatclient.cc	(revision 13828)
@@ -34,5 +34,5 @@
         ("host",      var<string>(""),                "Address with which the Dim nameserver can connect to this host (overwites DIM_HOST_NODE environment variable)")
         ("log,l",     var<string>(n), "Write log-file")
-        ("console,c", var<int>(),     "Use console (0=shell, 1=simple buffered, X=simple unbuffered)")
+        ("console,c", var<int>(0),    "Use console (0=shell, 1=simple buffered, X=simple unbuffered)")
         ;
 
