Browse Source

Bugfix: Deduplicate % symbols in help display

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

+ 2 - 2
miner.c

@@ -6225,8 +6225,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"
 	);