Skip to content

Commit

Permalink
Merge pull request #26 from tcharding/11-26-test
Browse files Browse the repository at this point in the history
Rename script to use dash
  • Loading branch information
tcharding authored Dec 6, 2024
2 parents e9f752e + ca24f6b commit 07210b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/run_bitcoind.sh → contrib/run-bitcoind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ usage() {
cat <<EOF
Usage:
./run_bitcoind.sh [COMMAND]
./run-bitcoind.sh [COMMAND]
COMMAND
- all Start all known bitcoind versions.
Expand Down Expand Up @@ -215,7 +215,7 @@ run_bitcoind() {
}

say() {
echo "run_bitcoind: $1"
echo "run-bitcoind: $1"
}

err() {
Expand Down

0 comments on commit 07210b0

Please sign in to comment.