Skip to content

Commit

Permalink
Missing colon for "t" parameter added
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiardini authored Jul 26, 2018
1 parent b93f9f3 commit 252f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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:RATtP:h:nLS:?")) != -1)
while ((opt = getopt(argc, argv, "l:r:s:o:EODd:g:p:RATt:P:h:nLS:?")) != -1)
{
switch (opt) {
case 'l':
Expand Down

0 comments on commit 252f33b

Please sign in to comment.