Browse Source

Merge commit '38e5a1c' into bfgminer

Luke Dashjr 12 years ago
parent
commit
142286a416
1 changed files with 2 additions and 2 deletions
  1. 2 2
      miner.c

+ 2 - 2
miner.c

@@ -7421,8 +7421,8 @@ void show_help(void)
 		"hashrates: %ds decaying / all-time average / all-time average (effective)\n"
 		, opt_log_interval);
 	_wlogprint(
-		"A: accepted shares | R: rejected+discarded(%% of total)\n"
-		"HW: hardware errors / %% nonces invalid\n"
+		"A: accepted shares | R: rejected+discarded(% of total)\n"
+		"HW: hardware errors / % nonces invalid\n"
 		"\n"
 		"Press any key to clear"
 	);