Commit ce8b543f authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'iwitggwg-patch-1'

parents caaabc19 787b3976
......@@ -191,7 +191,7 @@ int main(int argc, char** argv) {
{"server,s", "run in server mode"},
{"client,c", "run in client mode"},
{"port,p", "set port", port},
{"host,H", "set host (client mode only"}
{"host,H", "set host (client mode only)", host}
});
if (! res.error.empty())
return cerr << res.error << endl, 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment