From 992d2729b8f3e026ed064279b4bfc739572e6fea Mon Sep 17 00:00:00 2001 From: Bitcoin Tools <156422466+bitcoin-tools@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:05:19 -0400 Subject: [PATCH] fix: typo in usage dialog (#581) --- nodebuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodebuilder b/nodebuilder index a4cfdfcf2..a3ff5d154 100755 --- a/nodebuilder +++ b/nodebuilder @@ -289,7 +289,7 @@ log_error() { print_usage() { printf '%s\n\n' "Usage: $0 [options]" printf '%s\n' "Options:" - printf '%s\n' "-b, --bitcoin-version Speficy the Bitcoin version" + printf '%s\n' "-b, --bitcoin-version Specify the Bitcoin version" printf '%s\n' "-c, --compile Build Bitcoin from source" printf '%s\n' "-h, --help Display this help message" printf '%s\n' "-p, --prune Set a prune value in MiB"