Skip to content

Commit 252f33b

Browse files
authored
Missing colon for "t" parameter added
1 parent b93f9f3 commit 252f33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ int main(int argc, char **argv)
103103
config.host = strdup("127.0.0.1");
104104
config.port = strdup("10110");
105105

106-
while ((opt = getopt(argc, argv, "l:r:s:o:EODd:g:p:RATtP:h:nLS:?")) != -1)
106+
while ((opt = getopt(argc, argv, "l:r:s:o:EODd:g:p:RATt:P:h:nLS:?")) != -1)
107107
{
108108
switch (opt) {
109109
case 'l':

0 commit comments

Comments
 (0)