Relocate *-help.sh to their respective packages

This commit is contained in:
Michael Vines 2019-03-20 14:34:57 -07:00
parent 985592cf40
commit 9b7c1d5650
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e
cd "$(dirname "$0")"/..
cargo build --package wallet
cargo build --package solana-wallet
export PATH=$PWD/target/debug:$PATH
echo "\`\`\`manpage"