From 11a63c02740850deca0747474293aa75f90d9d7d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 9 Sep 2020 17:44:14 -0700 Subject: [PATCH] ;make quickbench: fix help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d8defdca..9a2d7e1c4 100644 --- a/Makefile +++ b/Makefile @@ -629,7 +629,7 @@ BENCHEXES ?= hledger bench: quickbench -quickbench: samplejournals bench.sh $(call def-help,bench, benchmark commands in bench.sh with quickbench and $(BENCHEXES)) +quickbench: samplejournals bench.sh $(call def-help,quickbench, benchmark commands in bench.sh with quickbench and $(BENCHEXES)) @echo; echo "run quick performance benchmarks in bench.sh (approximate, can be skewed):" quickbench -w $(BENCHEXES) # -v