Changeset 13828 for trunk


Ignore:
Timestamp:
05/23/12 16:34:08 (13 years ago)
Author:
tbretz
Message:
Default for 'console' option was missing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/chatclient.cc

    r11578 r13828  
    3434        ("host",      var<string>(""),                "Address with which the Dim nameserver can connect to this host (overwites DIM_HOST_NODE environment variable)")
    3535        ("log,l",     var<string>(n), "Write log-file")
    36         ("console,c", var<int>(),     "Use console (0=shell, 1=simple buffered, X=simple unbuffered)")
     36        ("console,c", var<int>(0),    "Use console (0=shell, 1=simple buffered, X=simple unbuffered)")
    3737        ;
    3838
Note: See TracChangeset for help on using the changeset viewer.