diff --git a/examples/dctool_timesync.c b/examples/dctool_timesync.c index e0aff1f..35647b1 100644 --- a/examples/dctool_timesync.c +++ b/examples/dctool_timesync.c @@ -123,6 +123,9 @@ dctool_timesync_run (int argc, char *argv[], dc_context_t *context, dc_descripto case 'h': help = 1; break; + case 't': + transport = dctool_transport_type (optarg); + break; default: return EXIT_FAILURE; }