X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmain.c;h=0be2c90c49e5e643a51bff330ab6554bf19fdfa1;hp=6470c1e099ce4557af65134d50b418a5301352f1;hb=8f935cf74ce95a631788fb8a4cce4114df935a78;hpb=9df281f755a8afb07d90e36aae493ce963ab4d47 diff --git a/src/main.c b/src/main.c index 6470c1e0..0be2c90c 100644 --- a/src/main.c +++ b/src/main.c @@ -231,6 +231,7 @@ struct cmdline_option option_data[] = { "proxy-user", 0, OPT_VALUE, "proxyuser", -1 }, { "quiet", 'q', OPT_BOOLEAN, "quiet", -1 }, { "quota", 'Q', OPT_VALUE, "quota", -1 }, + { "random-file", 0, OPT_VALUE, "randomfile", -1 }, { "random-wait", 0, OPT_BOOLEAN, "randomwait", -1 }, { "read-timeout", 0, OPT_VALUE, "readtimeout", -1 }, { "recursive", 'r', OPT_BOOLEAN, "recursive", -1 }, @@ -552,7 +553,9 @@ HTTPS (SSL/TLS) options:\n"), N_("\ --ca-directory=DIR directory where hash list of CA's is stored.\n"), N_("\ - --egd-file=FILE file name of the EGD socket.\n"), + --random-file=FILE file with random data for seeding the SSL PRNG.\n"), + N_("\ + --egd-file=FILE file naming the EGD socket with random data.\n"), "\n", #endif /* HAVE_SSL */