("ignore-missing-session",po::bool_switch(&ignore_missing_session),"Ignore when no PEP_SESSION can be created.")
("add-sharks",po::bool_switch(&add_sharks),"Add sharks to the JSON Adapter.")
("no-html",po::bool_switch(&no_html),"Don't deliver HTML and JavaScript files, only accept JSON-RPC calls.")
("client-timeout",po::value<int>(&client_session_timeout)->default_value(client_session_timeout),"Drop cached client session config after this timeout (in seconds).")
#ifdef _WIN32
((STATUS_HANDLE),po::value<uintptr_t>(&status_handle)->default_value(0),"Status file handle, for internal use.")