]> sjero.net Git - wget/blobdiff - src/main.c
Add --bindport option to force TCP source port.
[wget] / src / main.c
index 4b230531f07df963098cd1352b74826cf286bca3..1e087067498524df231a3c9d9a78c802d0c47670 100644 (file)
@@ -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 },