1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-14 00:38:02 +00:00

Display scrypt as being built in as well.

This commit is contained in:
Con Kolivas 2012-07-30 14:05:16 +10:00
parent 7a07c7d04c
commit 99204bd59a

View File

@ -1191,6 +1191,9 @@ static char *opt_verusage_and_exit(const char *extra)
#endif
#ifdef USE_ZTEX
"ztex "
#endif
#ifdef USE_SCRYPT
"scrypt "
#endif
"mining support.\n"
, packagename);