Skip to content

Commit

Permalink
Call usage when getting incorrect arguments (solana-labs#8703)
Browse files Browse the repository at this point in the history
automerge
  • Loading branch information
sakridge authored Mar 7, 2020
1 parent a5f2444 commit a817a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multinode-demo/delegate-stake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ while [[ -n $1 ]]; do
usage "$@"
else
echo "Unknown argument: $1"
usage
exit 1
fi
else
Expand Down

0 comments on commit a817a7c

Please sign in to comment.