Ellipsis-Labs / solana-verifiable-build

CLI tool for deterministically building and verifying executable against on-chain programs or buffer accounts
155 stars 28 forks source link

fix: cli help msg for --library-name #39

Closed buffalojoec closed 10 months ago

buffalojoec commented 1 year ago

Hey! I noticed while trying this bad boy out that the help message that appears when you try to clone a repository with a cargo workspace appears like this:

Please explicitly specify the target with the --package-name <name> option

It should instead tell you to use --library-name.