Skip to content

Commit a2df1ea

Browse files
author
i582
committed
update readme
1 parent 5d63d36 commit a2df1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ See [examples of graphs.](doc/graphs.md)
5959

6060
### Relation
6161

62-
1. Checking the reachability of a function from another function.
62+
1. Checking the reachability of a function from another function and outputs the call stacks.
6363

6464
### Tops
6565

@@ -152,7 +152,7 @@ To check the reachability of a function from another function, use the `relation
152152

153153
```
154154
>>> relation funcs --parent foo --child boo
155-
# shows the reachability of a function 'boo' from function 'foo'.
155+
# shows the reachability callstacks of a function 'boo' from function 'foo'.
156156
```
157157

158158
### Tops

0 commit comments

Comments
 (0)