From 1a8d0ea6839defef3b6a5cbb98a700c21ede1c64 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Thu, 12 Oct 2023 01:45:53 +0300 Subject: [PATCH] Correct help description for --develop --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index da6897649..470a25ebf 100755 --- a/install.sh +++ b/install.sh @@ -522,7 +522,7 @@ Usage: ${0} [options] Options: ---develop code remains editable in place (currently always enabled) +--develop developer mode (install dependencies for testing) --disable-os-deps-check skip OS package manager's dependency check --disable-secp-check do not run libsecp256k1 tests (default is to run them) --docker-install system wide install as root for minimal Docker installs