diff options
| author | Brian Potchik <brian@vector35.com> | 2018-08-15 22:08:47 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-08-15 22:08:47 -0400 |
| commit | bcead7e96aedaf56e541fbac1e48c434bfc4710c (patch) | |
| tree | 535de59c781d4a3279561e39f5bad0566683d3d2 /docs | |
| parent | b7ed97940ec4a5b7b7588356b54122bec9e73334 (diff) | |
Update ScriptingProvider setting name.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 0e0bd596..bff2df88 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -266,7 +266,7 @@ Settings are stored in the _user_ directory in the file `settings.json`. Each to | ui | colorblind | boolean | True | Choose colors that are visible to those with red/green colorblind | | ui | debug | boolean | False | Enable developer debugging features (Additional views: Lifted IL, and SSA forms) | | ui | recent-file-limit | integer | 10 | Specify limit for number of recent files | -| ui | scriptingprovider | string | "Python" | Specify the registered ScriptingProvider that controls the 'Console' in the UI | +| ui | scriptingProvider | string | "Python" | Specify the registered ScriptingProvider that controls the 'Console' in the UI | | pdb | local-store-absolute | string | "" | Absolute path specifying where the pdb symbol store exists on this machine, overrides relative path | | pdb | local-store-relative | string | "symbols" | Path *relative* to the binaryninja _user_ directory, sepcifying the pdb symbol store | | pdb | auto-download-pdb | boolean | True | Automatically download pdb files from specified symbol servers | |
