Skip to content

Commit

Permalink
Added f to short_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanzdosilovic committed Oct 22, 2016
1 parent 3bf44c4 commit e3c1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isolate.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ enum opt_code {
OPT_SHARE_NET,
};

static const char short_opts[] = "b:c:d:eE:i:k:m:M:o:p::q:r:st:vw:x:";
static const char short_opts[] = "b:c:d:eE:f:i:k:m:M:o:p::q:r:st:vw:x:";

static const struct option long_opts[] = {
{ "box-id", 1, NULL, 'b' },
Expand Down

0 comments on commit e3c1368

Please sign in to comment.