X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;fp=src%2Fmain.c;h=1e087067498524df231a3c9d9a78c802d0c47670;hp=4b230531f07df963098cd1352b74826cf286bca3;hb=241dba405ae682885ec57e4747c6a4ac83575e17;hpb=4d77b190fda05fb796185654203dc17bab8a5c2e diff --git a/src/main.c b/src/main.c index 4b230531..1e087067 100644 --- a/src/main.c +++ b/src/main.c @@ -161,6 +161,7 @@ static struct cmdline_option option_data[] = { "backups", 0, OPT_BOOLEAN, "backups", -1 }, { "base", 'B', OPT_VALUE, "base", -1 }, { "bind-address", 0, OPT_VALUE, "bindaddress", -1 }, + { "bind-port", 0, OPT_VALUE, "bindport", -1 }, { "body-data", 0, OPT_VALUE, "bodydata", -1 }, { "body-file", 0, OPT_VALUE, "bodyfile", -1 }, { IF_SSL ("ca-certificate"), 0, OPT_VALUE, "cacertificate", -1 },