Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in verifier.rst #2580

Merged
merged 2 commits into from
Aug 16, 2022
Merged

Fixed typo in verifier.rst #2580

merged 2 commits into from
Aug 16, 2022

Conversation

zarifpour
Copy link
Contributor

When manticore is invoked with --contract_name CONTRACT_NAME there is an error.

manticore: error: unrecognized arguments: --contract_name ERC721Final

The correct flag is --contract.

@CLAassistant
Copy link

CLAassistant commented Aug 15, 2022

CLA assistant check
All committers have signed the CLA.

@sschriner
Copy link
Contributor

I think you are running manticore vs manticore-verifier, --contract_name CONTRACT_NAME is a correct flag for manticore-verifier. What are you trying to use Manticore for?

@zarifpour
Copy link
Contributor Author

You are right. I am running manticore, I did not understand the distinction.

I was experiencing this issue: #2547, so I was looking through the manticore documentation.

Originally, it seemed it worked the same way as manticore... However, if --contract_name is the correct flag, is the flag --contract correctly used at the end of the documentation?

$manticore-verifier testtoken.sol  --contract TestToken

See: https://github.com/trailofbits/manticore/blob/master/docs/verifier.rst

@sschriner
Copy link
Contributor

Good catch! Can you sign the CLAssistant?

@sschriner sschriner enabled auto-merge (squash) August 16, 2022 19:44
@sschriner sschriner merged commit 28bbde4 into trailofbits:master Aug 16, 2022
@zarifpour zarifpour deleted the patch-1 branch August 16, 2022 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants