mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-26 14:34:16 +00:00
cgminer -h crash fix
This commit is contained in:
parent
4511014d6e
commit
b97fc0885a
@ -1119,7 +1119,7 @@ static struct opt_table opt_config_table[] = {
|
|||||||
set_balance, &pool_strategy,
|
set_balance, &pool_strategy,
|
||||||
"Change multipool strategy from failover to even share balance"),
|
"Change multipool strategy from failover to even share balance"),
|
||||||
OPT_WITH_ARG("--benchfile",
|
OPT_WITH_ARG("--benchfile",
|
||||||
opt_set_charp, opt_show_charp, &opt_benchfile,
|
opt_set_charp, NULL, &opt_benchfile,
|
||||||
"Run cgminer in benchmark mode using a work file - produces no shares"),
|
"Run cgminer in benchmark mode using a work file - produces no shares"),
|
||||||
OPT_WITHOUT_ARG("--benchfile-display",
|
OPT_WITHOUT_ARG("--benchfile-display",
|
||||||
opt_set_bool, &opt_benchfile_display,
|
opt_set_bool, &opt_benchfile_display,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user