Skip to content

Commit 07210b0

Browse files
authored
Merge pull request rust-bitcoin#26 from tcharding/11-26-test
Rename script to use dash
2 parents e9f752e + ca24f6b commit 07210b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ usage() {
1515
cat <<EOF
1616
Usage:
1717
18-
./run_bitcoind.sh [COMMAND]
18+
./run-bitcoind.sh [COMMAND]
1919
2020
COMMAND
2121
- all Start all known bitcoind versions.
@@ -215,7 +215,7 @@ run_bitcoind() {
215215
}
216216

217217
say() {
218-
echo "run_bitcoind: $1"
218+
echo "run-bitcoind: $1"
219219
}
220220

221221
err() {

0 commit comments

Comments
 (0)