From b3d22b1ae6f910c1d223e4c68526b7bbec5229d3 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 17 Oct 2023 08:07:50 +0900 Subject: [PATCH] Update command `-d` option is basically same with `-h` (`--header`). The difference is `-h` accept header file name. Therefore remove `-d` option. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63cd31ca..87f81d08 100644 --- a/README.md +++ b/README.md @@ -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