Menu

#5 Missing long form options

open
nobody
None
5
2015-04-09
2015-04-09
jon labadie
No

The long form of options "-g" and "-z" are listed in the usage message but are missing from the code. In ez-ipupdate.c, function parse_args, add the following two lines to the definition of "struct option long_options[]",

  {"request-uri",     required_argument,      0, 'g'},
  {"partner",         required_argument,      0, 'z'},

Discussion


Log in to post a comment.