Browse Source

using more concise description

Chris Chua 12 years ago
parent
commit
dc4ca0de97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -1077,7 +1077,7 @@ static struct opt_table opt_config_table[] = {
 		     "Set avalon target temperature"),
 		     "Set avalon target temperature"),
 	OPT_WITH_ARG("--bitburner-voltage",
 	OPT_WITH_ARG("--bitburner-voltage",
 		     opt_set_intval, NULL, &opt_bitburner_core_voltage,
 		     opt_set_intval, NULL, &opt_bitburner_core_voltage,
-		     "Set ASIC core voltage (for BitBurner boards only), in millivolts"),
+		     "Set BitBurner core voltage, in millivolts"),
 #endif
 #endif
 	OPT_WITHOUT_ARG("--load-balance",
 	OPT_WITHOUT_ARG("--load-balance",
 		     set_loadbalance, &pool_strategy,
 		     set_loadbalance, &pool_strategy,