1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

config: move --coin in config table (alphabetically).

This commit is contained in:
Noel Maersk 2014-03-27 17:58:16 +02:00
parent e7ca7fabba
commit 8203fea539

View File

@ -1144,6 +1144,9 @@ static struct opt_table opt_config_table[] = {
OPT_WITHOUT_ARG("--benchmark", OPT_WITHOUT_ARG("--benchmark",
opt_set_bool, &opt_benchmark, opt_set_bool, &opt_benchmark,
"Run sgminer in benchmark mode - produces no shares"), "Run sgminer in benchmark mode - produces no shares"),
OPT_WITH_ARG("--coin",
set_pool_coin, NULL, NULL,
"Pool coin"),
#ifdef HAVE_CURSES #ifdef HAVE_CURSES
OPT_WITHOUT_ARG("--compact", OPT_WITHOUT_ARG("--compact",
opt_set_bool, &opt_compact, opt_set_bool, &opt_compact,
@ -1409,9 +1412,6 @@ static struct opt_table opt_config_table[] = {
OPT_WITH_ARG("--pool-priority", OPT_WITH_ARG("--pool-priority",
set_pool_priority, NULL, NULL, set_pool_priority, NULL, NULL,
"Pool priority"), "Pool priority"),
OPT_WITH_ARG("--coin",
set_pool_coin, NULL, NULL,
"Pool coin"),
OPT_WITHOUT_ARG("--worktime", OPT_WITHOUT_ARG("--worktime",
opt_set_bool, &opt_worktime, opt_set_bool, &opt_worktime,
"Display extra work time debug information"), "Display extra work time debug information"),