From 32cc51c3910cd0af86ac5dddb4bd72ac0e072b98 Mon Sep 17 00:00:00 2001 From: Erik Flodin Date: Wed, 30 Dec 2020 12:28:55 +0100 Subject: [PATCH] Document version=local in make usage text --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 483ee9f..cb354cf 100644 --- a/Makefile +++ b/Makefile @@ -26,14 +26,15 @@ usage: @echo ' HEAD revision of yadm will be used unless "version" is' @echo ' specified. "version" can be set to any commit, branch, tag, etc.' @echo ' The targeted "version" will be retrieved from the repo, and' - @echo ' linked into the container as a local volume.' + @echo ' linked into the container as a local volume. Setting version to' + @echo ' "local" uses yadm from the current working tree.' @echo @echo ' make scripthost [version=VERSION]' @echo ' - Create an ephemeral container for demonstrating a bug. After' @echo ' exiting the shell, a log of the commands used to illustrate the' @echo ' problem will be written to the file "script.txt". This file can' @echo ' be useful to developers to make a repeatable test for the' - @echo ' problem.' + @echo ' problem. The version parameter works as for "testhost" above.' @echo @echo 'LINTING' @echo