Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in docs #130

Merged
merged 2 commits into from
Oct 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/essentials/shell/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Finally, it offers pipe operators to write results to files:
You can run scripts non-interactively using `joern`. For example,

```bash
./joern --scripts scripts/list-funcs.scala
./joern --script scripts/list-funcs.scala
```

executes the `list-funcs.scala` script included with Joern, which loads the CPG at `cpg.bin.zip`, and writes out all function names.
Expand Down