1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Modify scrypt kernel message.

This commit is contained in:
Con Kolivas 2013-06-03 10:22:13 +10:00
parent c7ffa58b26
commit bbdbf364cc

View File

@ -229,7 +229,7 @@ char *set_kernel(char *arg)
char *nextptr;
if (opt_scrypt)
return "Cannot use sha256 kernel with scrypt";
return "Cannot specify a kernel with scrypt";
nextptr = strtok(arg, ",");
if (nextptr == NULL)
return "Invalid parameters for set kernel";