Skip to content

Commit afeea77

Browse files
authored
Merge pull request #37 from younix/ropt
Remove already deleted -r option from usage message.
2 parents 2fd1916 + eee2e50 commit afeea77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcjoin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ static int usage(int code)
635635
ifdefault(iface, sizeof(iface));
636636

637637
printf("Usage: %s [-dhjosv] [-c COUNT] [-f MSEC ][-i IFACE] [-l LEVEL] [-p PORT]\n"
638-
" [-r SEC] [-t TTL] [-w SEC]\n"
638+
" [-t TTL] [-w SEC]\n"
639639
" [[SOURCE,]GROUP0[:PORT] .. [SOURCE,]GROUPN[:PORT] |\n"
640640
" [SOURCE,]GROUP[:PORT]+NUM]\n"
641641
"Options:\n"

0 commit comments

Comments
 (0)