Browse Source

Merge commit '51f2310' into bfgminer

Luke Dashjr 12 years ago
parent
commit
be972e7e12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      miner.c

+ 2 - 2
miner.c

@@ -1835,8 +1835,8 @@ static struct opt_table opt_config_table[] = {
 	OPT_WITHOUT_ARG("--submit-stale",
 			opt_set_bool, &opt_submit_stale,
 	                opt_hidden),
-	OPT_WITHOUT_ARG("--submit-threads",
-	                opt_set_intval, &opt_submit_threads,
+	OPT_WITH_ARG("--submit-threads",
+	                opt_set_intval, opt_show_intval, &opt_submit_threads,
 	                "Minimum number of concurrent share submissions (default: 64)"),
 #ifdef HAVE_SYSLOG_H
 	OPT_WITHOUT_ARG("--syslog",