Updated verbose help

This commit is contained in:
wiire 2016-01-04 10:14:52 +01:00
parent 324e40c12b
commit 54b627d886

View File

@ -193,11 +193,11 @@ char v_usage[] =
" -S, --dh-small\n" " -S, --dh-small\n"
"\n" "\n"
" Small Diffie-Hellman keys. The same option MUST be specified in Reaver " " Small Diffie-Hellman keys. The same option MUST be specified in Reaver "
"(1.3 or later versions) too. It DOES NOT WORK with mode 3.\n" "(1.3 or later versions) too. This option DOES NOT WORK (currently) with mode 3.\n"
"\n" "\n"
" --mode N[,... N]\n" " --mode N[,... N]\n"
"\n" "\n"
" Select modes, comma separated (experimental modes are not used if not specified):\n" " Select modes, comma separated (experimental modes are not used unless specified):\n"
"\n" "\n"
" 1 (%s)\n" " 1 (%s)\n"
" 2 (%s)\n" " 2 (%s)\n"
@ -209,7 +209,8 @@ char v_usage[] =
" --end [mm/]yyyy\n" " --end [mm/]yyyy\n"
"\n" "\n"
" Starting and ending dates for mode 3. They are interchangeable. " " Starting and ending dates for mode 3. They are interchangeable. "
"If only one is specified, the machine current time will be used for the other.\n" "If only one is specified, the machine current time will be used for the other. "
"The earliest possible date is 01/1970 corresponding to 0 (Epoch time).\n"
"\n"; "\n";
/* One digit comma separated number parsing */ /* One digit comma separated number parsing */