Skip to content

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
`-d` option is basically same with `-h` (`--header`).
The difference is `-h` accept header file name.
Therefore remove `-d` option.
  • Loading branch information
yui-knk committed Oct 16, 2023
1 parent aba9428 commit b3d22b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ index ba5fb06..2497178 100755
#### 3. Run Lrama

```shell
$ exe/lrama -d -o parse.tmp.c -h tmp/parse.tmp.y
$ exe/lrama -o parse.tmp.c --header=parse.tmp.h tmp/parse.tmp.y
```

#### 4. Generate Flamegraph
Expand Down

0 comments on commit b3d22b1

Please sign in to comment.