Skip to content

Commit

Permalink
fix: typo in usage dialog (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Apr 27, 2024
1 parent d3cd8b7 commit 992d272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 992d272

Please sign in to comment.