Skip to content

Commit

Permalink
Be consistent about usage of term 'option'.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-fox committed Jul 17, 2020
1 parent 068baf6 commit a158bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ finley some-directory/
```

If you would like to recursively decompile all of the binaries in a given
directory (i.e., include sub-directories), you can add the `-r` argument:
directory (i.e., include sub-directories), you can add the `-r` option:
```
finley -r some-directory
```

For additional arguments, run with the `-h` option. This will produce a list of
arguments and an explanation of their effects:
For additional options, run with the `-h` option. This will produce a list of
options and an explanation of their effects:
```
-allow-duplicates
Decompile file even if its hash has already been encountered
Expand Down

0 comments on commit a158bf8

Please sign in to comment.