|
|
@ -1210,9 +1210,6 @@ static struct opt_table opt_config_table[] = { |
|
|
|
OPT_WITH_ARG("--user|-u", |
|
|
|
OPT_WITH_ARG("--user|-u", |
|
|
|
set_user, NULL, NULL, |
|
|
|
set_user, NULL, NULL, |
|
|
|
"Username for bitcoin JSON-RPC server"), |
|
|
|
"Username for bitcoin JSON-RPC server"), |
|
|
|
OPT_WITH_ARG("--vectors|-v", |
|
|
|
|
|
|
|
set_vector, NULL, NULL, |
|
|
|
|
|
|
|
"Override detected optimal vector (1, 2 or 4) - one value or comma separated list"), |
|
|
|
|
|
|
|
OPT_WITHOUT_ARG("--verbose", |
|
|
|
OPT_WITHOUT_ARG("--verbose", |
|
|
|
opt_set_bool, &opt_log_output, |
|
|
|
opt_set_bool, &opt_log_output, |
|
|
|
"Log verbose output to stderr as well as status output"), |
|
|
|
"Log verbose output to stderr as well as status output"), |
|
|
|