123456789101112 |
- --- cgminer.c
- +++ cgminer.c
- @@ -1431,6 +1450,9 @@ static struct opt_table opt_config_table[] = {
- OPT_WITH_ARG("--expiry|-E",
- set_null, NULL, &opt_set_null,
- opt_hidden),
- + OPT_WITHOUT_ARG("--extranonce-subscribe",
- + set_extranonce_subscribe, NULL,
- + "Enable 'extranonce' stratum subscribe"),
- OPT_WITHOUT_ARG("--failover-only",
- set_null, &opt_set_null,
- opt_hidden),
|