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

Fix broken rahash2 command in the docs #401

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

jukuisma
Copy link
Contributor

Checklist

  • Closing issues: #issue
  • Mark this if you consider it ready to merge
  • I've added tests (optional)
  • I wrote some documentation

Description

Switch -B 1M -b to -B -b 1M, old command failed:

$ rahash2 -B 1M -b -a sha256 /bin/ls
ERROR: Cannot open '1M'

The fixed command doesn't quite behave as expected either, but created a separate issue about that: radareorg/radare2#23371.

Switch `-B 1M -b` to `-B -b 1M`, old command failed:

```
$ rahash2 -B 1M -b -a sha256 /bin/ls
ERROR: Cannot open '1M'
```
@trufae trufae merged commit 2232fe3 into radareorg:master Sep 22, 2024
5 checks passed
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.

2 participants