Browse Source

Bugfix: Add SGW driver to --help list

Luke Dashjr 12 years ago
parent
commit
ef87d82655
1 changed files with 3 additions and 0 deletions
  1. 3 0
      miner.c

+ 3 - 0
miner.c

@@ -1981,6 +1981,9 @@ static char *opt_verusage_and_exit(const char *extra)
 #ifdef USE_SCRYPT
 		"scrypt "
 #endif
+#ifdef USE_LIBMICROHTTPD
+		"SGW "
+#endif
 #ifdef USE_X6500
 		"x6500 "
 #endif