Commit dc4ca0de97afd39eb9ba96906c6f5e43b997b57e

Chris Chua 2013-07-30T00:15:45

using more concise description

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index 036045a..ba2722a 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -1077,7 +1077,7 @@ static struct opt_table opt_config_table[] = {
 		     "Set avalon target temperature"),
 	OPT_WITH_ARG("--bitburner-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
 	OPT_WITHOUT_ARG("--load-balance",
 		     set_loadbalance, &pool_strategy,