Browse Source

Bugfix: bitforce: Correct fanmode RPC help

Luke Dashjr 12 years ago
parent
commit
b1fefa812c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitforce.c

+ 1 - 1
driver-bitforce.c

@@ -1212,7 +1212,7 @@ char *bitforce_set_device(struct cgpu_info *proc, char *option, char *setting, c
 	
 	if (!strcasecmp(option, "help"))
 	{
-		sprintf(replybuf, "fanmode: range 0-4 (low to fast) or 5 (auto)");
+		sprintf(replybuf, "fanmode: range 0-5 (low to fast) or 9 (auto)");
 		return replybuf;
 	}