Add again missing arguments "T" and "t"

pull/11/head
dgiardini 2016-06-02 20:06:20 -03:00
rodzic a208b5f38f
commit 28e6a291ee
1 zmienionych plików z 1 dodań i 1 usunięć

2
main.c
Wyświetl plik

@ -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':