Browse Source

Minor style changes to output.

Con Kolivas 12 years ago
parent
commit
774061e3f2
2 changed files with 5 additions and 5 deletions
  1. 3 3
      cgminer.c
  2. 2 2
      configure.ac

+ 3 - 3
cgminer.c

@@ -1598,9 +1598,6 @@ extern const char *opt_argv0;
 static char *opt_verusage_and_exit(const char *extra)
 {
 	printf("%s\nBuilt with "
-#ifdef USE_KNC
-		"KnC "
-#endif
 #ifdef USE_AVALON
 		"avalon "
 #endif
@@ -1625,6 +1622,9 @@ static char *opt_verusage_and_exit(const char *extra)
 #ifdef USE_KLONDIKE
 		"klondike "
 #endif
+#ifdef USE_KNC
+		"KnC "
+#endif
 #ifdef USE_MODMINER
 		"modminer "
 #endif

+ 2 - 2
configure.ac

@@ -574,9 +574,9 @@ else
 fi
 
 if test "x$knc" = xyes; then
-	echo "  KnC.miners...........: Enabled"
+	echo "  KnC.ASICs............: Enabled"
 else
-	echo "  KnC.miners...........: Disabled"
+	echo "  KnC.ASICs............: Disabled"
 fi
 
 if test "x$bitforce" = xyes; then