Commit 8d96c49c authored by Pavel Vainerman's avatar Pavel Vainerman

подправил help у некоторых утилит.

parent c257e0a3
Pavel Vainerman <pv@etersoft.ru> Pavel Vainerman <pv@etersoft.ru>
Vitaly Lipatov <lav@etersoft.ru> Vitaly Lipatov <lav@etersoft.ru>
Anton Korbin <ahtoh@etersoft.ru> Anton Korbin <ahtoh@etersoft.ru>
and.. see git changelog
...@@ -21,6 +21,7 @@ static struct option longopts[] = { ...@@ -21,6 +21,7 @@ static struct option longopts[] = {
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
static void print_help() static void print_help()
{ {
printf("Example: uniset-mbtcpserver-echo -i localhost -p 2049 -v \n");
printf("-h|--help - this message\n"); printf("-h|--help - this message\n");
printf("[-t|--timeout] msec - Timeout. Default: 2000.\n"); printf("[-t|--timeout] msec - Timeout. Default: 2000.\n");
printf("[-v|--verbose] - Print all messages to stdout\n"); printf("[-v|--verbose] - Print all messages to stdout\n");
......
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