diff --git a/cli/command_benchmark_crypto.go b/cli/command_benchmark_crypto.go index 2a4aa5db8..45abff0ee 100644 --- a/cli/command_benchmark_crypto.go +++ b/cli/command_benchmark_crypto.go @@ -88,7 +88,7 @@ type benchResult struct { } printStdout("-----------------------------------------------------------------\n") - printStdout("Fastest option for this machine is: --block-hash==%s --encryption=%s\n", results[0].hash, results[0].encryption) + printStdout("Fastest option for this machine is: --block-hash=%s --encryption=%s\n", results[0].hash, results[0].encryption) return nil }