From 28e6a291ee8a53de99d03d2b3117833b594c50f2 Mon Sep 17 00:00:00 2001 From: dgiardini Date: Thu, 2 Jun 2016 20:06:20 -0300 Subject: [PATCH] Add again missing arguments "T" and "t" --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 15544b9..835fe17 100644 --- a/main.c +++ b/main.c @@ -101,7 +101,7 @@ int main(int argc, char **argv) config.host = strdup("127.0.0.1"); config.port = strdup("10110"); - while ((opt = getopt(argc, argv, "l:r:s:o:EODd:g:p:RAP:h:nLS:?")) != -1) + while ((opt = getopt(argc, argv, "l:r:s:o:EODd:g:p:RATtP:h:nLS:?")) != -1) { switch (opt) { case 'l':