aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c081d72..c0b78d4 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ clean: ## Remove build artifacts
@rm -f *.elc
.PHONY: docker
-docker: ## Start a Docker shell with source code and given Emacs VERSION
+docker: ## Start a Docker shell; e.g. make docker VERSION=25.3
@scripts/docker.bash $(VERSION)
.PHONY: help