Skip to content

Commit

Permalink
Update instrgen/docs/design.md
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Pająk <pellared@hotmail.com>
  • Loading branch information
pdelewski and pellared committed Dec 19, 2023
1 parent 68a7b62 commit c4c305f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions instrgen/docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ initial analysis, however this can be spit into two separate tools or processes.

Executable takes few parameters:

1) command name
2) file pattern - determines files taken into instrumentation
3) yes/no - determines whether code should be injected in-place
4) entry point - a function from which injection process start
- command name
- file pattern - determines files taken into instrumentation
- yes/no - determines whether code should be injected in-place
- entry point - a function from which injection process start

```sh
usage driver --command [file pattern] replace entrypoint
Expand Down

0 comments on commit c4c305f

Please sign in to comment.