X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.c;h=766b769ec5ac4358903f5cb94b4dc2db4e2a28b0;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hp=9eb9a1b003e1f2c3c8ae14427c41dd747005f1eb;hpb=4e5c2193a1fa1ed054956fc0b1df387b19c546a5;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index 9eb9a1b0..766b769e 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -168,7 +168,7 @@ static bool parse_options(int argc, char **argv) { int r; int option_index = 0; - while((r = getopt_long(argc, argv, "+c:n:", long_options, &option_index)) != EOF) { + while((r = getopt_long(argc, argv, "+bc:n:", long_options, &option_index)) != EOF) { switch (r) { case 0: /* long option */ break;