From ab947333d27dae748814d5ca2f0f19aec6735439 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 6 Jun 2023 14:21:09 +0200 Subject: [PATCH] bootstrap.py: fix docstring summarizing --help output --- bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 46acf3f..bea5bf5 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -36,7 +36,7 @@ Command line flags, from "bootstrap.py --help": logs can be accessed during installation. If this is passed, it will pass --progress-page-server-pid= to the tljh installer for later termination. - --version TLJH version or Git reference. Default 'latest' is + --version VERSION TLJH version or Git reference. Default 'latest' is the most recent release. Partial versions can be specified, for example '1', '1.0' or '1.0.0'. You can also pass a branch name such as 'main' or a